farpatch-ui/tsconfig.json
Sean Cross ee336e05f5 add zork game
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-11 15:15:19 +08:00

11 lines
214 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2015",
"module": "CommonJS",
"outDir": "./build",
"strict": true
}
}