nodejs-vue3-deploy-k8s/tsconfig.node.json
Mingor(100757) 87885a299b
Some checks failed
CI/CD / build-and-deploy (push) Failing after 1m56s
done.
2024-09-18 15:18:56 +08:00

20 lines
414 B
JSON

{
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}