Files
komodo/client/ts/tsconfig.json
T
2023-07-04 03:20:11 +00:00

12 lines
236 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "CommonJS",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"outDir": "build"
}
}