1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-25 13:16:47 +00:00
Files
frontend/test/tsconfig.test.json
2021-09-29 23:34:52 +00:00

8 lines
118 B
JSON

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