crusade-tracker/tsconfig.json

15 lines
196 B
JSON
Raw Normal View History

2021-01-18 20:27:50 +00:00
{
"files": [],
"compilerOptions": {
"strictNullChecks": false
},
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.e2e.json"
}
]
}