hydrogen-web/tsconfig.json

12 lines
200 B
JSON
Raw Normal View History

2021-08-07 01:29:18 +05:30
{
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
2021-08-18 21:52:08 +05:30
"target": "ES2020"
2021-08-07 01:29:18 +05:30
},
"exclude": [
"src/sdk/paths/*"
],
2021-08-07 01:29:18 +05:30
"include": ["src/**/*"],
}