You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
535 B
30 lines
535 B
{ |
|
"compilerOptions": { |
|
"target": "esnext", |
|
"module": "esnext", |
|
"moduleResolution": "node", |
|
"strict": true, |
|
"jsx": "preserve", |
|
"sourceMap": true, |
|
"resolveJsonModule": true, |
|
"esModuleInterop": true, |
|
"baseUrl": ".", |
|
"types": ["vite/client"], |
|
"lib": [ |
|
"esnext", |
|
"dom" |
|
], |
|
"paths": { |
|
"/@/*": [ |
|
"src/*" |
|
], |
|
} |
|
}, |
|
"include": [ |
|
"src/**/*.ts", |
|
"src/**/*.d.ts", |
|
"src/**/*.tsx", |
|
"src/**/*.vue", |
|
"src/vendors/coordtransform.js" |
|
] |
|
} |