18 lines
338 B
JSON
18 lines
338 B
JSON
|
{
|
||
|
"extends": "@manuth/tsconfig/recommended",
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"lib": [
|
||
|
"es7"
|
||
|
],
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "typescript-tslint-plugin"
|
||
|
}
|
||
|
],
|
||
|
"target": "es5"
|
||
|
},
|
||
|
"files": [
|
||
|
"./gulpfile.ts"
|
||
|
]
|
||
|
}
|