mirror of
https://gitee.com/ONuyoah/vue3-uni-guahao.git
synced 2026-06-05 18:25:42 +08:00
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"useDefineForClassFields": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["@dcloudio/types"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*":["src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
|
|
}
|