Marvin Hagemeister ded90ace96
Fix TypeScript emit target (#629)
* Fix TypeScript including build artefacts

* Fix declaration files emitted into wrong directory
2020-05-25 06:17:57 +02:00

7 lines
65 B
JSON

{
"compilerOptions": {
"noEmit": true,
"allowJs": true
}
}