mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-14 13:38:51 +01:00
fix(app):add gulpfile for docs
This commit is contained in:
parent
d6e92b4139
commit
8e66b07eb9
8 changed files with 3146 additions and 17 deletions
23
scripts/gulp/tsconfig.json
Normal file
23
scripts/gulp/tsconfig.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"noUnusedParameters": true,
|
||||
"lib": [
|
||||
"es2017"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"strictNullChecks": true,
|
||||
"target": "es5",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"baseUrl": "."
|
||||
},
|
||||
"files": [
|
||||
"gulpfile.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue