Skip to content

Commit

Permalink
chore(init-templates/typescript): exclude node_modules (aws#15026)
Browse files Browse the repository at this point in the history
Closes aws#11902

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
bmacher authored and hollanddd committed Aug 26, 2021
1 parent 009808f commit d009913
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"lib": ["es2018"],
"lib": [
"es2018"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -17,7 +19,12 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"typeRoots": ["./node_modules/@types"]
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"compilerOptions": {
"target":"ES2018",
"target": "ES2018",
"module": "commonjs",
"lib": ["es2018"],
"lib": [
"es2018"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -16,9 +18,13 @@
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false,
"typeRoots": ["./node_modules/@types"]
"strictPropertyInitialization": false,
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}

Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"compilerOptions": {
"target":"ES2018",
"target": "ES2018",
"module": "commonjs",
"lib": ["es2016", "es2017.object", "es2017.string"],
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -16,11 +20,16 @@
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false,
"strictPropertyInitialization": false,
"allowJs": true,
"checkJs": true,
"noEmit": true,
"typeRoots": ["./node_modules/@types"]
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"compilerOptions": {
"target":"ES2018",
"target": "ES2018",
"module": "commonjs",
"lib": ["es2018"],
"lib": [
"es2018"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -16,8 +18,13 @@
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false,
"typeRoots": ["./node_modules/@types"]
"strictPropertyInitialization": false,
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"lib": ["es2018"],
"lib": [
"es2018"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -17,7 +19,12 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"typeRoots": ["./node_modules/@types"]
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"compilerOptions": {
"target":"ES2018",
"target": "ES2018",
"module": "commonjs",
"lib": ["es2018"],
"lib": [
"es2018"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -16,9 +18,13 @@
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false,
"typeRoots": ["./node_modules/@types"]
"strictPropertyInitialization": false,
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}

Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"compilerOptions": {
"target":"ES2018",
"target": "ES2018",
"module": "commonjs",
"lib": ["es2016", "es2017.object", "es2017.string"],
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -16,11 +20,16 @@
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false,
"strictPropertyInitialization": false,
"allowJs": true,
"checkJs": true,
"noEmit": true,
"typeRoots": ["./node_modules/@types"]
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"compilerOptions": {
"target":"ES2018",
"target": "ES2018",
"module": "commonjs",
"lib": ["es2018"],
"lib": [
"es2018"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand All @@ -16,8 +18,13 @@
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false,
"typeRoots": ["./node_modules/@types"]
"strictPropertyInitialization": false,
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": ["cdk.out"]
"exclude": [
"node_modules",
"cdk.out"
]
}

0 comments on commit d009913

Please sign in to comment.