Ideas what could cause static assets from failing to import?
fails with
`Cannot find module './test.png' or its corresponding type declarations.This with
"solid-js": "^1.8.17", and "@solidjs/start": "^1.0.0",.If I create a new project with
npm create solid I can import the test img, trying to pinpoint what could cause my project to fail importing it.app.config.ts: