mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
@@ -36,6 +36,7 @@
|
||||
!typings/*.d.ts
|
||||
|
||||
# Blacklist - (normal behavior) these will override any whitelist
|
||||
*.d.ts.map
|
||||
*.test.ts
|
||||
*.test.d.ts
|
||||
*.test.js
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"extends": "./tsconfig-base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"declarationMap": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user