mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-25 03:40:13 +01:00
24 lines
387 B
JSON
24 lines
387 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
}
|