1
mirror of https://github.com/home-assistant/frontend synced 2024-09-30 15:52:53 +02:00
ha-frontend/test/tsconfig.test.json
Bram Kragten 1bccbd4173
Use browser default time and number formatting with polyfills if needed (#9481)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-29 23:34:52 +00:00

8 lines
118 B
JSON

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