skolplattformen-backup/apps/skolplattformen-sthlm/tsconfig.json

24 lines
463 B
JSON
Raw Normal View History

2021-03-26 08:38:15 +00:00
{
2021-10-05 15:27:47 +00:00
"extends": "../../tsconfig.base.json",
2021-03-26 08:38:15 +00:00
"compilerOptions": {
2021-10-05 15:27:47 +00:00
"allowSyntheticDefaultImports": true,
2021-03-26 08:38:15 +00:00
"jsx": "react-native",
2021-10-05 15:27:47 +00:00
"lib": ["dom", "esnext"],
"moduleResolution": "node",
2021-03-26 08:38:15 +00:00
"noEmit": true,
"skipLibCheck": true,
2021-03-26 08:38:15 +00:00
"resolveJsonModule": true
},
2021-10-05 15:27:47 +00:00
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"exclude": ["node_modules"]
2021-03-26 08:38:15 +00:00
}