lowcode-engine/packages/demo/tsconfig.json
2020-03-28 03:46:34 +08:00

10 lines
181 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react",
"target": "ES6"
},
"include": ["src/*"],
"exclude": ["node_modules", "build", "public"]
}