mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
17 lines
379 B
JSON
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
|
|
}
|
|
}
|