{ "extends": "../../../tsconfig.json", "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": false, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, /* Path mapping */ // "baseUrl": ".", "paths": { "@/*": ["../../*"], "@vrtmrz/livesync-commonlib": ["../../../dist/type-resolution-compat/@vrtmrz/livesync-commonlib/index"], "@vrtmrz/livesync-commonlib/*": ["../../../dist/type-resolution-compat/@vrtmrz/livesync-commonlib/*"], "octagonal-wheels": ["../../../dist/type-resolution-compat/octagonal-wheels/index"], "octagonal-wheels/*": ["../../../dist/type-resolution-compat/octagonal-wheels/*"] } }, "include": ["*.ts", "**/*.ts", "**/*.tsx", "**/*.svelte"], "exclude": ["node_modules", "dist"] }