HumanHealthAssessment_VUE/jsconfig.json
2025-02-08 09:23:28 +08:00

19 lines
424 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES2020",
"jsx": "react",
"allowImportingTsExtensions": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}