workadventure/front/tsconfig-for-jasmine.json

10 lines
196 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"include": ["./src/**/*", "./tests/**/*"],
"compilerOptions": {
"module": "CommonJS",
"lib": ["es2015","dom"],
2021-05-17 14:39:10 +02:00
"types": ["svelte", "node"]
},
}