routing/tests/tsconfig.json

9 lines
185 B
JSON
Raw Permalink Normal View History

2021-05-19 12:55:10 +02:00
{
"extends": "../tsconfig.json",
2021-05-23 16:07:23 +02:00
"compilerOptions": {
"resolveJsonModule": true,
"rootDir": "../",
"declarationMap": false
},
2021-05-19 12:55:10 +02:00
"include": ["./"]
}