fix(react): add compiler options outDir
This commit is contained in:
@@ -2,5 +2,8 @@
|
|||||||
"extends": "@xyflow/tsconfig/react.json",
|
"extends": "@xyflow/tsconfig/react.json",
|
||||||
"display": "@xyflow/react",
|
"display": "@xyflow/react",
|
||||||
"include": ["**/*.ts", "**/*.tsx"],
|
"include": ["**/*.ts", "**/*.tsx"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"],
|
||||||
|
"compilerOptions": {
|
||||||
|
"outDir": "dist"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user