sunmao-ui/config/tsconfig.base.json
Bowen Tan 7ed3712125 Revert "add vite-tsconfig-path plugin"
This reverts commit 504f8118ea22587205a6b9abdf0cca9c45ca755c.
2021-12-09 10:10:37 +08:00

13 lines
255 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"strict": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "*.d.ts"]
}