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