fix(react): add compiler options outDir

This commit is contained in:
moklick
2024-06-06 17:25:25 +02:00
parent 2394a0e931
commit 71980a85e6

View File

@@ -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"
}
} }