1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00
Files
frontend/test-mocha/tsconfig.test.json
Paulus Schoutsen cdb2093ea6 Ts all the tests (#1998)
* Convert tests to TypeScript

* Add types for tests

* Rename files to TS

* Fix up test imports

* Fix TSC errors

* Liiiint

* Add types to util method signatures

* Some more types
2018-11-06 10:09:09 +01:00

7 lines
89 B
JSON

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