mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
ignore node_modules in ts
This commit is contained in:
parent
6d34326084
commit
70f57d2a95
@ -14,9 +14,11 @@
|
||||
"noImplicitAny": false,
|
||||
"noImplicitThis": false,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"skipLibCheck": true,
|
||||
// probably we would never enable this one
|
||||
// because it's too strict, konva generates many functions on the runtime
|
||||
"strictPropertyInitialization": false,
|
||||
|
||||
},
|
||||
"include": ["./src/**/*.ts"]
|
||||
"include": ["./src/**/*.ts"],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user