Files
world-component/tsconfig.node.json
Matthew Raymer 90f27e270c Initial commit
2023-06-28 18:54:25 +08:00

11 lines
213 B
JSON

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