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