Using Vite as a bundler to allow easier builds, with shared library Moved to a single dockerfile that takes an argument to specify which service to use moved some file around to faciliate bundling with vite cried a lot
5 lines
96 B
JSON
5 lines
96 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {},
|
|
"include": ["src/**/*.ts"]
|
|
}
|