|
@@ -1,26 +1,8 @@
|
|
|
{
|
|
{
|
|
|
|
|
+ "extends": "../desktop/tsconfig.json",
|
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
|
- "target": "ES2020",
|
|
|
|
|
- "useDefineForClassFields": true,
|
|
|
|
|
- "module": "ESNext",
|
|
|
|
|
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
|
|
|
- "skipLibCheck": true,
|
|
|
|
|
-
|
|
|
|
|
- /* Bundler mode */
|
|
|
|
|
- "moduleResolution": "bundler",
|
|
|
|
|
- "allowImportingTsExtensions": true,
|
|
|
|
|
- "resolveJsonModule": true,
|
|
|
|
|
- "isolatedModules": true,
|
|
|
|
|
- "noEmit": true,
|
|
|
|
|
-
|
|
|
|
|
- /* Linting */
|
|
|
|
|
- "strict": true,
|
|
|
|
|
- "noUnusedLocals": true,
|
|
|
|
|
- "noUnusedParameters": true,
|
|
|
|
|
- "noFallthroughCasesInSwitch": true,
|
|
|
|
|
-
|
|
|
|
|
- "jsx": "preserve",
|
|
|
|
|
- "jsxImportSource": "solid-js"
|
|
|
|
|
|
|
+ "outDir": "ts-dist"
|
|
|
},
|
|
},
|
|
|
|
|
+ "references": [{ "path": "../desktop" }],
|
|
|
"include": ["src"]
|
|
"include": ["src"]
|
|
|
}
|
|
}
|