sheetjs/packages/s/tsconfig.vscode.json

13 lines
180 B
JSON
Raw Normal View History

2019-09-04 06:26:56 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"exclude": [
"dist"
],
"formatCodeOptions": {
"indentSize": 2,
"tabSize": 2
}
}