Files
TypeWords/tsconfig.node.json
zyronon 14b21da9bb bf
2023-08-03 18:39:21 +08:00

11 lines
213 B
JSON

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