This repository has been archived on 2024-09-18. You can view files and clone it, but cannot push or open issues or pull requests.
elder_inst_Miniprogram/tsconfig.json

19 lines
405 B
JSON
Raw Permalink Normal View History

2024-08-22 01:43:39 +08:00
{
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames":true,
"outDir": "dist/compiled",
"allowJs": true,
"lib": ["es2017"],
"baseUrl": "./",
"paths": {
"@": [
"src"
],
"@/*": [
"src/*"
],
"vue": ["node_modules/vue"]
},
}
}