зеркало из https://github.com/nextcloud/appstore.git
25 строки
613 B
JSON
25 строки
613 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"target": "es2015",
|
|
"moduleResolution": "node",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitReturns": true,
|
|
"alwaysStrict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"nextcloudappstore/core/static/assets/app/**/*"
|
|
]
|
|
}
|