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, 0 insertions, 14 deletions
diff --git a/examples/with-prisma/packages/tsconfig/node16.json b/examples/with-prisma/packages/tsconfig/node16.json
deleted file mode 100644
index bf7fb49..0000000
--- a/examples/with-prisma/packages/tsconfig/node16.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "$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
- }
-}