hydrogen-web/tsconfig.json
2021-08-25 22:02:25 +01:00

10 lines
161 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
"target": "es6"
},
"include": [
"src/**/*"
],
}