ha-frontend/test/tsconfig.test.json

8 lines
118 B
JSON

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