mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"target": "ES6"
|
|
},
|
|
"include": ["src/*"],
|
|
"exclude": ["node_modules", "build", "public"]
|
|
}
|