2020-05-08 10:04:00 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2020-05-15 14:16:13 +00:00
|
|
|
"outDir": "./dist/types",
|
|
|
|
"declaration": true,
|
|
|
|
"emitDeclarationOnly": true
|
2020-05-08 10:04:00 +00:00
|
|
|
},
|
2020-05-15 14:16:13 +00:00
|
|
|
"include": ["source/index.ts", "source/types"]
|
2020-05-08 10:04:00 +00:00
|
|
|
}
|