mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
make TypeScript ignore global typings (#5704)
This commit is contained in:
parent
666b7aefa8
commit
201b057ec5
@ -25,6 +25,7 @@
|
||||
//"strict": true,
|
||||
"noImplicitThis": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true
|
||||
"noUnusedParameters": true,
|
||||
"typeRoots": ["./node_modules/@types"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user