Skip to content

Commit e89c60a

Browse files
committed
chore: create tsconfig.types.json as copy of tsconfig.es.json
1 parent 3cb356b commit e89c60a

File tree

1 file changed

+19
-0
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"extends": "./tsconfig",
3+
"compilerOptions": {
4+
"target": "es5",
5+
"module": "esnext",
6+
"moduleResolution": "node",
7+
"declaration": false,
8+
"declarationDir": null,
9+
"lib": [
10+
"dom",
11+
"es5",
12+
"es2015.promise",
13+
"es2015.collection",
14+
"es2015.iterable",
15+
"es2015.symbol.wellknown"
16+
],
17+
"outDir": "dist/es"
18+
}
19+
}

0 commit comments

Comments
 (0)