mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-10-01 07:39:57 +08:00
23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"cypress.config.*",
|
|
"nightwatch.conf.*",
|
|
"playwright.config.*",
|
|
"build/**/*.ts",
|
|
"types/**/*.d.ts",
|
|
"types/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|