源文件
This commit is contained in:
23
jeepay-ui-agent/tsconfig.json
Normal file
23
jeepay-ui-agent/tsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["esnext", "dom"],
|
||||
"noImplicitAny": false, // 解决编译vuedv3 报错的问题, 不强制校验。 https://github.com/vueComponent/ant-design-vue/issues/4858
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"src/*"
|
||||
]
|
||||
},
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue",
|
||||
"src/main.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user