forked from sheetjs/sheetjs
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../"
|
|
}
|
|
} |