forked from mystiq/hydrogen-web
Add basic typescript configuration
This commit is contained in:
parent
3c5b186e31
commit
86242daf3b
1 changed files with 8 additions and 0 deletions
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true,
|
||||
"noEmit": true,
|
||||
"target": "es6"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
}
|
Loading…
Reference in a new issue