mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"extends": "./node_modules/@recore/config/tsconfig",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"./src/"
|
|
]
|
|
}
|