a post-component library for building user-interfaces on the web.
at push-lmyptqotoppl 18 lines 413 B view raw
1{ 2 "compilerOptions": { 3 "strict": true, 4 "noImplicitAny": true, 5 "skipLibCheck": true, 6 "noEmit": true, 7 "module": "nodenext", 8 "target": "es2022", 9 "verbatimModuleSyntax": true, 10 "moduleResolution": "nodenext", 11 "allowImportingTsExtensions": true, 12 "stripInternal": true, 13 "isolatedDeclarations": true, 14 "declaration": true, 15 "noFallthroughCasesInSwitch": true 16 }, 17 "include": ["src", "scripts"] 18}