mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
22 lines
528 B
JSON
22 lines
528 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||
|
"allowJs": false,
|
||
|
"skipLibCheck": true,
|
||
|
"esModuleInterop": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": true,
|
||
|
"noEmit": true,
|
||
|
"jsx": "preserve",
|
||
|
"jsxFactory": "h",
|
||
|
"jsxFragmentFactory": "Fragment"
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|