Sean Cross
32c1b7d54b
Things like reflowing works, as well as switching between "applications". Things seem to be coming along nicely. Signed-off-by: Sean Cross <sean@xobs.io>
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"target": "ES5",
|
|
"module": "CommonJS",
|
|
"outDir": "./build",
|
|
"rootDir": "./src",
|
|
"strict": true
|
|
}
|
|
}
|