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