commit | 17aba6d40c0784e0b4449c3d68f84fc4acc38627 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Thu May 19 20:27:22 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Thu May 19 20:27:22 2022 +0100 |
tree | 9da915cecd8f89148d3fb89ec39f1591518abf1f | |
parent | 167bde37fc676397b50f21278df3ba521a675afe [diff] [blame] |
added tsconfig, fixed colours
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..cbbd2ee --- /dev/null +++ b/tsconfig.json
@@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "module": "esnext", + "target": "es2020", + "sourceMap": true, + "esModuleInterop": true, + "outDir": "./dist", + "declaration": true, + "declarationMap": true, + "resolveJsonModule": true, + "moduleResolution": "node", + }, + "include": ["src/**/*"], + "exclude": [] +} \ No newline at end of file