mirror of
https://github.com/ProtonMail/WebClients.git
synced 2026-01-11 20:06:40 +00:00
Remove trailing slash from include in tsconfig.base.json
This commit is contained in:
parent
baaa6a4c8e
commit
39b9cf66d3
1 changed files with 1 additions and 1 deletions
|
|
@ -67,6 +67,6 @@
|
|||
"proton-authenticator/*": ["./applications/authenticator/src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["${configDir}/"],
|
||||
"include": ["${configDir}"],
|
||||
"exclude": ["**/node_modules/*", "**/dist/*", "**/.*/"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue