vue3-realworld-example-app/tsconfig.node.json

15 lines
270 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": [
"vite.config.ts",
"cypress.config.ts",
"eslint.config.js"
]
}