farpatch-ui/tsconfig.json
Sean Cross 32c1b7d54b getting some structure
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>
2023-12-01 23:49:39 +08:00

11 lines
195 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"target": "ES5",
"module": "CommonJS",
"outDir": "./build",
"rootDir": "./src",
"strict": true
}
}