Files
vue-flow/docs/tsconfig.json
2021-11-06 08:54:35 +01:00

7 lines
110 B
JSON

{
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
}
}