2022-09-05 23:14:43 +03:00
|
|
|
{
|
2024-04-19 06:05:00 +03:00
|
|
|
"compilerOptions": {
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"lib": ["es2020", "es5"],
|
|
|
|
"moduleResolution": "node16",
|
|
|
|
"noEmitOnError": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"preserveSymlinks": true,
|
|
|
|
"preserveWatchOutput": true,
|
|
|
|
"pretty": false,
|
|
|
|
"rootDir": "./src.ts",
|
|
|
|
"strict": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"target": "ES2015"
|
|
|
|
},
|
|
|
|
"exclude": [],
|
|
|
|
"include": ["./src.ts/**/*.ts"]
|
2022-09-05 23:14:43 +03:00
|
|
|
}
|