retroblog-canvas/tsconfig.node.json

11 lines
208 B
JSON
Raw Permalink Normal View History

2022-12-29 05:32:24 +00:00
{
"compilerOptions": {
"composite": true,
"module": "esnext",
2023-02-12 01:00:38 +00:00
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true
2022-12-29 05:32:24 +00:00
},
"include": ["vite.config.ts"]
}