Update trams
This commit is contained in:
+4
-3
@@ -6,14 +6,15 @@
|
||||
"cypress.config.*",
|
||||
"nightwatch.conf.*",
|
||||
"playwright.config.*",
|
||||
"eslint.config.*"
|
||||
"eslint.config.*",
|
||||
"parser/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||||
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"types": ["node"]
|
||||
"moduleResolution": "bundler",
|
||||
"types": ["node", "bun"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user