Files
template-taro/jsconfig.json
Qingtian239113 a379f2c2da Initial commit
2022-03-28 11:26:51 +08:00

13 lines
184 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}