mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
20 lines
473 B
JSON
20 lines
473 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importHelpers": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"lib": ["es2019"],
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src/**/*.ts"]
|
|
}
|