retroblog-canvas/tsconfig.node.json

11 lines
208 B
JSON
Raw Normal View History

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