mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
more strict typescript
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2015",
|
||||
"target": "ES2018",
|
||||
// "sourceMap": true,
|
||||
"noEmitOnError": true,
|
||||
"lib": ["ES2015", "dom"],
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"removeComments": false,
|
||||
"strictNullChecks": false,
|
||||
"strictNullChecks": true,
|
||||
},
|
||||
"include": ["./src/**/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user