Seigwai/tsconfig.node.json
sevichecc 48605b2214
init
2023-02-21 18:48:59 +08:00

9 lines
184 B
JSON

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