From dd84b9d64fb98746a230cd24233ff50a562c39c9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:36:44 +0800 Subject: --- tsconfig.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..c93710c --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "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"] +} -- cgit v1.2.3-70-g09d2