1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-09 19:56:44 +01:00
2021-12-22 16:31:18 +01:00

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/**/*"],
}