skolplattformen-backup/libs/curriculum/tsconfig.json

24 lines
477 B
JSON
Raw Permalink Normal View History

2021-04-12 16:21:11 +00:00
{
2021-10-05 15:27:47 +00:00
"extends": "../../tsconfig.base.json",
2021-04-12 16:21:11 +00:00
"compilerOptions": {
2021-10-05 15:27:47 +00:00
"jsx": "react-jsx",
"allowJs": true,
"esModuleInterop": true,
2021-10-05 15:27:47 +00:00
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
2021-04-12 16:21:11 +00:00
"strict": true,
2021-10-05 15:27:47 +00:00
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
2021-04-12 16:21:11 +00:00
},
2021-10-05 15:27:47 +00:00
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
2021-04-12 16:21:11 +00:00
]
}