sheetjs/tsconfig.json

9 lines
180 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
2016-05-04 21:14:39 +00:00
"target": "es6",
"noImplicitAny": true,
2016-05-04 22:08:38 +00:00
"strictNullChecks": false,
"baseUrl": "../"
}
}