mirror of
https://github.com/tuanzisama/minecraft-color-gradient-generator.git
synced 2024-11-21 01:05:03 +08:00
29 lines
630 B
JSON
29 lines
630 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"useDefineForClassFields": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"removeComments": false,
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"sourceMap": false,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["esnext", "dom"],
|
|
"isolatedModules": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.vue",
|
|
"src/**/*.d.ts",
|
|
"node_modules/tdesign-vue-next/global.d.ts",
|
|
"src/types/*.d.ts"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
} |