forked from sheetjs/sheetjs
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typesSearchPaths": [
|
|
"../"
|
|
],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"xlsx-tests.ts"
|
|
]
|
|
} |