/ packages / storage / tsconfig.json
tsconfig.json
1  {
2    "extends": "@extension/tsconfig/utils",
3    "compilerOptions": {
4      "baseUrl": ".",
5      "outDir": "dist",
6      "types": ["chrome"]
7    },
8    "include": ["index.ts", "lib"]
9  }