mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"references": [
|
|
{ "path": "../premium" }
|
|
]
|
|
} |