mirror of
https://github.com/remnawave/supervisord-nestJS.git
synced 2026-05-13 12:16:46 +00:00
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"strictPropertyInitialization": false,
|
|
"skipLibCheck": true,
|
|
"noEmit": false,
|
|
"lib": ["es2020"],
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|