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

9 lines
150 B
JSON

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