Files
Schichtenplaner/frontend/tsconfig.json
2025-10-24 15:58:43 +02:00

21 lines
369 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"lib": [
"ES2022",
"DOM",
"DOM.Iterable"
],
"jsx": "react-jsx",
"noEmit": true,
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"moduleResolution": "bundler"
},
"include": [
"src/**/*"
],
"references": [
{ "path": "../premium" }
]
}