forked from mystiq/hydrogen-web
9 lines
147 B
JSON
9 lines
147 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true,
|
||
|
"noEmit": true,
|
||
|
"target": "es6"
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
}
|