hydrogen-web/tsconfig.json
2021-10-01 13:32:09 +02:00

12 lines
200 B
JSON

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