2024-11-21 10:29:18 +03:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"inlineSourceMap": true,
|
|
|
|
|
"removeComments": false,
|
|
|
|
|
"noImplicitAny": false,
|
2025-10-17 16:56:48 +03:00
|
|
|
"noImplicitReturns": false,
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"typeRoots": ["node_modules/@types"],
|
|
|
|
|
"esModuleInterop": true
|
2024-11-21 10:29:18 +03:00
|
|
|
},
|
|
|
|
|
"buildOnSave": false,
|
2025-10-17 16:56:48 +03:00
|
|
|
"files": ["src/ts/main.ts"],
|
|
|
|
|
"extends": "./tsconfig.base.json"
|
2024-11-21 10:29:18 +03:00
|
|
|
}
|