Specify src in jsconfig

This commit is contained in:
shamoon 2023-10-14 12:44:37 -07:00
parent ef3e98285e
commit 31c33f4f32

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./src/",
}
},
"include": ["src/**/*"]
}