funky-framadate-front/tsconfig.spec.json

11 lines
223 B
JSON
Raw Normal View History

{
2020-04-16 12:34:36 +02:00
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./public/out-tsc/spec",
"module": "commonjs",
"types": ["jest"]
},
"files": ["test.ts", "polyfills.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
}