monkeytype/packages/contracts/tsconfig.json
Christian Fehmer 212b8d38cb
refactor: make funbox settings an array (@fehmer) (#6487)
change funbox from "hash separated values" to array.

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2025-04-29 11:31:44 +02:00

12 lines
269 B
JSON

{
"extends": "@monkeytype/typescript-config/base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"target": "ES6"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}