mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 11:08:24 +08:00
c62ba2cf6c
Squash merge branch 'fix/tserror' into 'develop' fix: ts error Co-author: pengYYYYY <pengyue970715@gmail.com>
20 lines
502 B
JSON
20 lines
502 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": false,
|
|
"jsx": "preserve",
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["esnext", "dom"],
|
|
"noEmit": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/config/proxy.ts", "src/pages/detail/base/index.js"]
|
|
}
|