ruoyi-geek-App/tsconfig.json

17 lines
345 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames":true,
"lib": ["es2015"],
"baseUrl": "./",
"paths": {
"@": [
"src"
],
"@/*": [
"src/*"
],
"vue": ["node_modules/vue"]
}
},
}