Files
puter/tsconfig.base.json
T
2026-01-27 19:16:04 -08:00

17 lines
379 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"rootDir": "./src/backend",
"experimentalDecorators": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"sourceMap": true,
"removeComments": true,
"noEmitOnError": true,
"noImplicitAny": false
}
}