diff options
Diffstat (limited to 'tsconfig.release.json')
-rw-r--r-- | tsconfig.release.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tsconfig.release.json b/tsconfig.release.json new file mode 100644 index 0000000..b85035f --- /dev/null +++ b/tsconfig.release.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "outDir": "dist", + "target": "es5", + "module": "commonjs", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "noImplicitThis": false, + "declaration": true, + "listEmittedFiles": true + }, + "include": ["lib"] +} |