desafio-react-e-typescript-.../react-ts/tsconfig.node.json

10 lines
184 B
JSON
Raw Permalink Normal View History

2022-12-29 16:19:08 +00:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}