2020-06-25 09:41:58 +02:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"outDir": "build",
|
2020-08-06 15:43:15 +02:00
|
|
|
"experimentalDecorators": true,
|
2020-06-25 09:41:58 +02:00
|
|
|
"rootDir": "src"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*"
|
|
|
|
]
|
|
|
|
}
|