1
0
forked from Leaf/amber-ui
amber-ui-re/tsconfig.node.json

12 lines
192 B
JSON
Raw Normal View History

2024-09-10 08:29:08 +00:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}