1
0
Files
jecnarozvrh/tsconfig.json
jzitnik-dev e9ea35a064
All checks were successful
Remote Deploy / deploy (push) Successful in 36s
feat: Integrate
2026-02-12 18:08:15 +01:00

22 lines
382 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./"
},
"include": [
"./**/*.ts"
],
"exclude": [
"node_modules",
"web",
"viewer"
]
}