sheetjs/tsconfig.json
2016-05-04 15:08:38 -07:00

9 lines
180 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../"
}
}