funky-framadate-front/tsconfig.spec.json

12 lines
258 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",
2020-04-22 12:56:18 +02:00
"allowJs": true,
"types": ["jest", "jquery", "jsdom", "node"]
2020-04-16 12:34:36 +02:00
},
2020-04-22 12:56:18 +02:00
"files": ["polyfills.ts"],
2020-04-16 12:34:36 +02:00
"include": ["**/*.spec.ts", "**/*.d.ts"]
}