diff options
| author | Li Zhineng <[email protected]> | 2025-07-23 17:35:38 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-23 17:35:38 +0800 |
| commit | 45d2b6ad1d490817edb98df933779b19753a2e48 (patch) | |
| tree | 1fa187ae3f765753285f3587c928a6feec07e228 /tsconfig.json | |
| download | wave-45d2b6ad1d490817edb98df933779b19753a2e48.tar.gz wave-45d2b6ad1d490817edb98df933779b19753a2e48.zip | |
first commit
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..6d53b39 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "target": "es2016", + "lib": ["ES2020"], + "module": "commonjs", + "declaration": true, + "sourceMap": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "strict": true, + "skipLibCheck": true, + "outDir": "./dist", + "typeRoots": [ + "./node_modules/@types", + "./node_modules/miniprogram-api-typings" + ] + } +} |
