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