diff --git a/tsconfig.json b/tsconfig.json index b968b95..fa9e622 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - /* Base */ + /* General */ "esModuleInterop": true, "skipLibCheck": true, "target": "ES2022", @@ -25,7 +25,7 @@ "sourceMap": true, /* Building for a library */ "declaration": true, - /* General environment */ + /* Environment */ "lib": ["ES2022"], /* Imports */ "baseUrl": "src",