18 lines
456 B
Text
18 lines
456 B
Text
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"target": "{{#supportsES6}}ES6{{/supportsES6}}{{^supportsES6}}ES5{{/supportsES6}}",
|
|
"moduleResolution": "node",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"noLib": false,
|
|
"declaration": true
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"typings/index.d.ts"
|
|
]
|
|
}
|
|
|