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