/ packages / schema-utils / tsconfig.json
tsconfig.json
1  {
2    "extends": "@extension/tsconfig/base.json",
3    "include": ["./**/*.ts", "./**/*.tsx"],
4    "exclude": ["node_modules", "dist"]
5  }