goshort/frontend/tsconfig.node.json

13 lines
221 B
JSON
Raw Permalink Normal View History

2023-08-17 14:14:59 -03:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
2023-08-18 19:51:10 -03:00
"include": [
"vite.config.ts"
]
2023-08-17 14:14:59 -03:00
}