neovis.js
neovis.js copied to clipboard
No inputs were found in config file. Specified 'include' paths were '[\"./src\"]' and 'exclude' paths were '[\"./dist\"]'
I swear that I didn't touch the file, yet this error shows up:
{
"resource": "/d:/GitHub/neovis2/node_modules/neovis.js/tsconfig.json",
"owner": "typescript",
"severity": 8,
"message": "No inputs were found in config file 'd:/GitHub/neovis2/node_modules/neovis.js/tsconfig.json'. Specified 'include' paths were '[\"./src\"]' and 'exclude' paths were '[\"./dist\"]'.",
"source": "ts",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 2
}
What is weird is that the file does have "include": ["./src"]:
{
"include": ["./src"],
"compilerOptions": {
"esModuleInterop": true,
"target": "ESNext",
"moduleResolution": "Node",
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "./dist"
}
}```
This is your tsconfig?
yes
I have no ideaa, this is so wierd 😅 Ill .npmignore the tsconfig but I have no idea why does it even try 😓
@ooker777 did you try it since?
I really have no idea on how I overcame this error though
Do you have an minimum available repo that I can test locally?
To reproduce this bug? I'm afraid I don't have one