13 lines
281 B
JSON
13 lines
281 B
JSON
{
|
|
"display": "@xyflow/system",
|
|
"extends": "@xyflow/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "esnext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|