web-backset.cn/packages/ui/tsconfig.json

9 lines
137 B
JSON
Raw Normal View History

2023-02-10 17:09:40 +08:00
{
"compilerOptions": {
"experimentalDecorators": true
},
2023-02-10 17:09:40 +08:00
"include": [
"src/**/*"
],
"extends": "../../tsconfig.json",
}