mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
23 lines
656 B
JSON
23 lines
656 B
JSON
![]() |
{
|
||
|
"include": ["src", "types"],
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"target": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"jsx": "preserve",
|
||
|
"jsxFactory": "h",
|
||
|
"baseUrl": "./",
|
||
|
/* paths - If you configure Snowpack import aliases, add them here. */
|
||
|
"paths": {},
|
||
|
/* noEmit - Snowpack builds (emits) files, not tsc. */
|
||
|
"noEmit": true,
|
||
|
/* Additional Options */
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"importsNotUsedAsValues": "error"
|
||
|
}
|
||
|
}
|
||
|
|