diff options
| author | 2023-11-03 21:28:04 +0800 | |
|---|---|---|
| committer | 2023-11-03 21:28:04 +0800 | |
| commit | c71c4be506023df2bc3bb7b24ac25d2aef12f649 (patch) | |
| tree | f76f4d17895a83eff485aed21a3a1460da7a27f5 /tsconfig.json | |
| parent | 9029588590bea8b10451575c5142dcde77ecd1b5 (diff) | |
| download | HydroRoll-c71c4be506023df2bc3bb7b24ac25d2aef12f649.tar.gz HydroRoll-c71c4be506023df2bc3bb7b24ac25d2aef12f649.zip | |
chore: del useless files
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 17 |
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"] -} |
