mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-15 20:50:19 +01:00
1bccbd4173
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
8 lines
118 B
JSON
8 lines
118 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|