1
0
Fork 0
toolkit/packages/http-client/tsconfig.json

12 lines
204 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src",
2023-07-31 14:40:53 +00:00
"moduleResolution": "node",
"noImplicitAny": false
},
"include": [
"./src"
]
}