1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-10 04:06:34 +01:00

Add basic typescript configuration

This commit is contained in:
Danila Fedorin 2021-08-06 12:59:18 -07:00
parent 3c5b186e31
commit 86242daf3b

8
tsconfig.json Normal file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
"target": "es6"
},
"include": ["src/**/*"],
}