sheetjs/packages/s/tsconfig/tsconfig.types.json

11 lines
242 B
JSON
Raw Normal View History

2019-09-04 06:26:56 +00:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "es2015",
"target": "esnext",
"removeComments": false,
"declaration": true,
"declarationDir": "../dist/typings",
"emitDeclarationOnly": true
}
}