Files
mina-sidor-fa-web/apps/dafa-web-e2e/tsconfig.e2e.json
Erik Tiekstra f0d1b3ccd4 initial commit
2021-03-16 13:00:57 +01:00

11 lines
222 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}