ethers.js/packages/strings/tsconfig.json

12 lines
184 B
JSON
Raw Permalink Normal View History

2022-04-11 17:09:17 -04:00
{
"compilerOptions": {
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.common.json",
"include": [
"./src.ts/**/*.ts"
]
}