Closed Alfoussen closed 2 months ago
Hi @Alfoussen ,
Could you provide use with more information about your current situation?
tsconfig.json
(if possible)Thank you.
@huyleminh01
Typescript : Version 5.5.4
tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
},
"include": ["src/cli/**/*"],
"exclude": ["**/*.spec.ts"],
"lib": ["es2015"]
}
Hi @huyleminh01
I manually added those missing files named type.d.ts and could make it compile. I just wonder why they are absent (or suppressed) from the original package... I escalated back to some older versions and still same missing files. Let me know if you need more info.
hi @Alfoussen, thanks for letting us know this :heart: We've acknowledged the problem and will notify you when the problem is fixed!
@Alfoussen fixed in https://github.com/holistics/dbml/pull/632, please let us know if you encounter any other errors.
Hi,
Some files are absent from @dbml/parse@3.8.0, failing the typescript compilation