mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 05:54:57 +00:00
wip
This commit is contained in:
413
terminus-plugin-manager/package-lock.json
generated
413
terminus-plugin-manager/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -43,5 +43,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.16.1"
|
||||
}
|
||||
},
|
||||
"false": {}
|
||||
}
|
||||
|
@@ -1,26 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"module": "commonjs",
|
||||
"target": "es2016",
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"sourceMap": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUnusedParameters": true,
|
||||
"noUnusedLocals": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "dist",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2015",
|
||||
"es7"
|
||||
]
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"declarationDir": "dist"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user