konva/tsconfig.json
2023-08-28 09:23:57 -05:00

16 lines
333 B
JSON

{
"compilerOptions": {
"outDir": "lib",
"module": "CommonJS",
"target": "ES2018",
// "sourceMap": true,
"noEmitOnError": true,
"lib": ["ES2015", "dom"],
"moduleResolution": "node",
"declaration": true,
"removeComments": false,
"strictNullChecks": true,
},
"include": ["./src/**/*.ts"]
}