aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-prisma/packages/tsconfig/node16.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-prisma/packages/tsconfig/node16.json')
-rw-r--r--examples/with-prisma/packages/tsconfig/node16.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/with-prisma/packages/tsconfig/node16.json b/examples/with-prisma/packages/tsconfig/node16.json
new file mode 100644
index 0000000..bf7fb49
--- /dev/null
+++ b/examples/with-prisma/packages/tsconfig/node16.json
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "display": "Node 16",
+ "extends": "./base.json",
+ "compilerOptions": {
+ "lib": ["ES2021"],
+ "module": "commonjs",
+ "target": "ES2021",
+ "strict": true,
+ "esModuleInterop": true,
+ "skipLibCheck": true,
+ "forceConsistentCasingInFileNames": true
+ }
+}