commit | a2e39c7ffbb91dc0424c484f86fb508b974239f1 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Tue Feb 21 18:37:32 2023 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Tue Feb 21 18:37:32 2023 +0000 |
tree | 1b2204e50d3313ef9b7a2643de9c0afd6d2c3341 | |
parent | 96228bdb24b74f36d69a9ef079a1e2ce0f84bd64 [diff] [blame] |
Fixed all typescript errors (hopefully, github)
diff --git a/tsconfig.json b/tsconfig.json index a67284d..6339096 100644 --- a/tsconfig.json +++ b/tsconfig.json
@@ -14,6 +14,6 @@ "noImplicitReturns": false, "ignoreDeprecations": "5.0" }, - "include": ["src/**/*", "src/index.d.ts"], + "include": ["src/**/*", "src/*", "src/config/main.d.ts", "src/config/main.ts"], "exclude": ["src/Unfinished/**/*"] }