mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-22 20:37:20 +00:00
8 lines
118 B
JSON
8 lines
118 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|