refactor(tsconfigs): extend fomr base tsconfig, add tsconfig for ervery package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"display": "ReactFlow Package",
|
||||
"extends": "./base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"lib": ["dom", "esnext"],
|
||||
"module": "esnext",
|
||||
"target": "es6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user