frontend/test-mocha/tsconfig.test.json

7 lines
89 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}