global-mercator
Version:
20 lines (19 loc) • 397 B
JSON
{
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"noImplicitAny": true,
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"noEmitOnError": true
},
"exclude": [
"node_modules"
],
"filesGlob": [
"./**/*.ts",
"typings/index.d.ts"
]
}