mirror of
https://github.com/remnawave/node.git
synced 2026-08-28 12:41:25 +00:00
25 lines
No EOL
507 B
JSON
25 lines
No EOL
507 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,
|
|
},
|
|
"exclude": [
|
|
"scripts/**/*",
|
|
"tests/**/*",
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts"
|
|
]
|
|
} |