๐Ÿ“ฆ FuelLabs / fuels-ts

๐Ÿ“„ tsconfig.dts.json ยท 10 lines
1
2
3
4
5
6
7
8
9
10{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "include": ["src"],
  "exclude": ["**/*.test.ts"]
}