skolplattformen-backup/libs/api-skolplattformen/tsconfig.json

24 lines
477 B
JSON
Raw Normal View History

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