This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/tsconfig.json

11 lines
161 B
JSON
Raw Normal View History

2021-08-07 01:29:18 +05:30
{
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
"target": "es6"
},
2021-08-26 02:32:25 +05:30
"include": [
"src/**/*"
],
2021-08-07 01:29:18 +05:30
}