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