hydrogen-web/tsconfig.json
2021-12-03 11:36:51 +05:30

13 lines
236 B
JSON

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