skolplattformen-backup/tsconfig.base.json

27 lines
757 B
JSON
Raw Permalink Normal View History

2021-10-05 15:27:47 +00:00
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"module": "esnext",
2021-10-06 20:47:50 +00:00
"strict": true,
2021-10-05 15:27:47 +00:00
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@skolplattformen/api": ["libs/api/lib/index.ts"],
"@skolplattformen/api-hjarntorget": ["libs/api-hjarntorget/lib/index.ts"],
2021-10-05 15:27:47 +00:00
"@skolplattformen/api-skolplattformen": [
2021-10-05 15:44:14 +00:00
"libs/api-skolplattformen/lib/index.ts"
2021-10-05 15:27:47 +00:00
],
"@skolplattformen/curriculum": ["libs/curriculum/src/index.ts"],
"@skolplattformen/hooks": ["libs/hooks/src/index.ts"]
2021-12-01 10:20:02 +00:00
}
2021-10-15 20:36:48 +00:00
}
2021-10-05 15:27:47 +00:00
}