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

10 lines
230 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"]
}