tweaking tsconfig.json
This commit is contained in:
+2
-1
@@ -2,8 +2,9 @@
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"target": "ES2025",
|
||||
"module": "ES2022",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"types": ["node"],
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"outDir": "dist/lib",
|
||||
"rootDir": "src/ts"
|
||||
|
||||
Reference in New Issue
Block a user