add edge ui common project

This commit is contained in:
zizifn
2023-01-02 03:16:57 +08:00
committed by zizifn
parent d0202034b0
commit fed5ce3ad7
24 changed files with 373 additions and 75 deletions

View File

@@ -0,0 +1,20 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"extends": "../../tsconfig.base.json"
}