a post-component library for building user-interfaces on the web.

tsconfig: remove redundant option

strict implies noImplicitAny

tombl.dev 9f8e4e33 9df37418

verified
-1
-1
tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "strict": true, 4 - "noImplicitAny": true, 5 4 "skipLibCheck": true, 6 5 "noEmit": true, 7 6 "module": "nodenext",