Initial commit
This commit is contained in:
9
packages/hmr/tsconfig.json
Normal file
9
packages/hmr/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "@extension/tsconfig/module",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"types": ["chrome", "node"]
|
||||
},
|
||||
"include": ["index.mts", "rollup.config.ts", "lib"]
|
||||
}
|
||||
Reference in New Issue
Block a user