File tree Expand file tree Collapse file tree 3 files changed +56
-0
lines changed
Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2+ # For additional information regarding the format and rule options, please see:
3+ # https://github.com/browserslist/browserslist#queries
4+
5+ # You can see what browsers were selected by your queries by running:
6+ # npx browserslist
7+
8+ > 0.5%
9+ last 2 versions
10+ Firefox ESR
11+ not dead
12+ not IE 9-11 # For IE 9-11 support, remove 'not'.
Original file line number Diff line number Diff line change 1+ # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2+ # For additional information regarding the format and rule options, please see:
3+ # https://github.com/browserslist/browserslist#queries
4+
5+ # You can see what browsers were selected by your queries by running:
6+ # npx browserslist
7+
8+ > 0.5%
9+ last 2 versions
10+ Firefox ESR
11+ not dead
12+ not IE 9-11 # For IE 9-11 support, remove 'not'.
Original file line number Diff line number Diff line change 1+ {
2+ "compileOnSave" : false ,
3+ "compilerOptions" : {
4+ "baseUrl" : " ./" ,
5+ "outDir" : " ./dist/out-tsc" ,
6+ "sourceMap" : true ,
7+ "declaration" : false ,
8+ "downlevelIteration" : true ,
9+ "experimentalDecorators" : true ,
10+ "module" : " es2020" ,
11+ "moduleResolution" : " node" ,
12+ "importHelpers" : true ,
13+ "target" : " es2015" ,
14+ "typeRoots" : [
15+ " node_modules/@types"
16+ ],
17+ "lib" : [
18+ " es2018" ,
19+ " dom"
20+ ],
21+ "paths" : {
22+ "@angular-material-extensions/password-strength" : [
23+ " dist/angular-material-extensions/password-strength/angular-material-extensions-password-strength" ,
24+ " dist/angular-material-extensions/password-strength"
25+ ]
26+ }
27+ },
28+ "angularCompilerOptions" : {
29+ "fullTemplateTypeCheck" : true ,
30+ "strictInjectionParameters" : true
31+ }
32+ }
You can’t perform that action at this time.
0 commit comments