chat-bubbles-for-yt/tsconfig.node.json
peetzweg/ c4cce3c900
feat(*): Converts Codebase to TypeScript (#10)
* upgrade react and convert to typescript project

* adds some typing to the useMessages hook

* changes dev server port back to previous default

* adds types to all files

* moves static prop to inner div as it's prevent text wrapping the bubble. `style` is not a valid motion.div prop.

* fixes bouncing bubbles on when disappearing.

* organizes imports

* revert unintended change of timeout length
2023-02-28 09:30:00 +09:00

9 lines
184 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}