mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
20 lines
343 B
JSON
20 lines
343 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2022",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"references": [
|
|
{ "path": "../premium" }
|
|
]
|
|
} |