diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-05 12:57:01 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-05 12:57:01 -0400 |
| commit | f2d69cd694c0c037679bc585bd81eece275f59fb (patch) | |
| tree | a70f53650848a03b2eece533e86fac8b53c274b8 /tsconfig.json | |
| parent | d8c544861ae839b88f45d56251a4065812d3b08d (diff) | |
more typings cleanup
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index dd9a66bc0..6cdf87d06 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,11 +16,9 @@ "typeRoots": ["./src/typings", "node_modules/@types", "./src/extensions/General"], "resolveJsonModule": true, "moduleResolution": "node" - }, + } // "exclude": [ // "node_modules", // "static" // ], - - "typeRoots": ["./src/typings", "./node_modules/@types"] } |
