mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
* tools: enable linter for TypeScript files and code snippets * types: remove remaning namespaces * tools: remove unused Babel decorator plugin
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"angular": {
|
|
"projectType": "library",
|
|
"root": "projects/angular",
|
|
"sourceRoot": "projects/angular/src",
|
|
"prefix": "uppy",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"tsConfig": "projects/angular/tsconfig.lib.json",
|
|
"project": "projects/angular/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "projects/angular/tsconfig.lib.prod.json"
|
|
}
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/angular/src/test.ts",
|
|
"tsConfig": "projects/angular/tsconfig.spec.json",
|
|
"karmaConfig": "projects/angular/karma.conf.js"
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"projects/angular/**/*.ts",
|
|
"projects/angular/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultProject": "angular",
|
|
"cli": {
|
|
"defaultCollection": "@angular-eslint/schematics"
|
|
}
|
|
}
|