forked from sheetjs/sheetjs
13 lines
180 B
JSON
13 lines
180 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"dist"
|
||
|
],
|
||
|
"formatCodeOptions": {
|
||
|
"indentSize": 2,
|
||
|
"tabSize": 2
|
||
|
}
|
||
|
}
|