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

9 lines
142 B
JSON
Raw Permalink Normal View History

2022-10-10 10:46:23 +01:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node"
},
"include": ["vite.config.ts"]
}