web-backset.cn/packages/ui/tsconfig.json
2023-02-24 00:34:24 +08:00

10 lines
162 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true
},
"include": [
"src/**/*",
"webpack.config.js"
],
"extends": "../../tsconfig.json",
}