forked from sheetjs/sheetjs
9 lines
145 B
JSON
9 lines
145 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"outDir": "./dist",
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|