{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"declarationDir": "./types"
},
"include": ["lib", "script", "test"]
}