Move the bgm vite plugin into the package so it can be tested in isolation from the web app. Serve each package as a JSON module, serializing its maps, and verify resolution through a real vite build against a self-contained fixture.
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"lib": ["ES2022", "DOM"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/__fixtures__", "src/**/*.test.ts"]
|
|
}
|