hydrogen-web/tsconfig.json
2021-08-06 12:59:18 -07:00

9 lines
147 B
JSON

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