index.community/frontend/tsconfig.test.json

6 lines
87 B
JSON

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