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