hydrogen-web/tsconfig.json

9 lines
150 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
},
"include": ["src/**/*"],
}