94189a72c3
* refactor(deps): added tslint, cleanup, and activationEvents modified * refactor(lint): linting... * refactor(changelog): changelo method refactor (should be tested) * refactor(theme-icons): linting and small refactor * refactor(accents-setter): linting and small refactor * chore(travis): added travis file
22 lines
No EOL
356 B
JSON
22 lines
No EOL
356 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"module": "commonjs",
|
|
"allowUnreachableCode": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"target": "es6"
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"./.gulp/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"out"
|
|
]
|
|
} |