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": [
2023-02-24 18:00:48 +08:00
"src/**/*"
2023-02-25 14:29:38 +08:00
],
2023-02-10 17:09:40 +08:00
"extends": "../../tsconfig.json",
}