workadventure/front/tsconfig-for-jasmine.json
2021-05-17 16:41:09 +02:00

9 lines
163 B
JSON

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