mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-06 15:35:52 -05:00
23 lines
737 B
JSON
23 lines
737 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
"types": ["vite-plugin-pwa/client"],
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["src", "ui/ui.tsx", "external/lang/Languages.ts"]
|
|
}
|