forked from sheetjs/sheetjs
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typesRoot": "../"
|
|
}
|
|
} |