workadventure/front/tsconfig-for-jasmine.json

9 lines
163 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"include": ["./src/**/*", "./tests/**/*"],
"compilerOptions": {
"module": "CommonJS",
"lib": ["es2015","dom"],
}
}