aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-changesets/packages/acme-tsconfig/node14.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-changesets/packages/acme-tsconfig/node14.json')
-rw-r--r--examples/with-changesets/packages/acme-tsconfig/node14.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/with-changesets/packages/acme-tsconfig/node14.json b/examples/with-changesets/packages/acme-tsconfig/node14.json
new file mode 100644
index 0000000..5b0728a
--- /dev/null
+++ b/examples/with-changesets/packages/acme-tsconfig/node14.json
@@ -0,0 +1,10 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "display": "Node 14",
+ "extends": "./base.json",
+ "compilerOptions": {
+ "lib": ["ES2020"],
+ "module": "commonjs",
+ "target": "ES2020"
+ }
+}