neovis.js icon indicating copy to clipboard operation
neovis.js copied to clipboard

No inputs were found in config file. Specified 'include' paths were '[\"./src\"]' and 'exclude' paths were '[\"./dist\"]'

Open ooker777 opened this issue 4 years ago • 7 comments

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

ooker777 avatar Oct 21 '21 15:10 ooker777

This is your tsconfig?

thebestnom avatar Oct 21 '21 15:10 thebestnom

yes

ooker777 avatar Oct 21 '21 15:10 ooker777

I have no ideaa, this is so wierd 😅 Ill .npmignore the tsconfig but I have no idea why does it even try 😓

thebestnom avatar Oct 21 '21 15:10 thebestnom

@ooker777 did you try it since?

thebestnom avatar Jun 30 '22 13:06 thebestnom

I really have no idea on how I overcame this error though

ooker777 avatar Jul 02 '22 01:07 ooker777

Do you have an minimum available repo that I can test locally?

thebestnom avatar Jul 02 '22 18:07 thebestnom

To reproduce this bug? I'm afraid I don't have one

ooker777 avatar Jul 03 '22 03:07 ooker777