aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index c93710c..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "compilerOptions": {
- "target": "ES2018",
- "module": "commonjs",
- "moduleResolution": "node",
- "strict": true,
- "importHelpers": false,
- "noEmitHelpers": false,
- "skipLibCheck": true,
- "outDir": "./dist",
- "baseUrl": "./packages",
- "paths": {
- "@vercel/webpack-nft": ["webpack-nmt/src/index.ts"]
- }
- },
- "exclude": ["node_modules", "target"]
-}