This repository has been archived on 2024-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
woj-ui/tsconfig.node.json

15 lines
314 B
JSON
Raw Normal View History

2023-07-15 20:55:17 +08:00
{
2023-07-16 19:33:43 +08:00
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
2023-12-23 16:01:48 +08:00
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
2023-07-16 19:33:43 +08:00
},
2023-12-23 16:01:48 +08:00
"include": [
"vite.config.ts",
"./package.json"
]
2023-07-15 20:55:17 +08:00
}