mantra/tsconfig.json

18 lines
338 B
JSON
Raw Normal View History

2019-10-07 11:48:01 +00:00
{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
"module": "commonjs",
"lib": [
"es7"
],
"plugins": [
{
"name": "typescript-tslint-plugin"
}
],
"target": "es5"
},
"files": [
"./gulpfile.ts"
]
}