hydrogen-web/tsconfig.json

9 lines
150 B
JSON

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