1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-05 09:55:08 +01:00
vector-im-hydrogen-web/tsconfig.json
2022-07-29 17:33:33 +05:30

16 lines
329 B
JSON

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