konva/test/tsconfig.json

11 lines
202 B
JSON
Raw Normal View History

{
"compilerOptions": {
2021-05-04 06:09:18 +08:00
"target": "ES2015",
"noEmitOnError": true,
"moduleResolution": "node",
2021-05-06 02:24:52 +08:00
"lib": ["ES2015", "dom"],
"module": "CommonJS"
},
"include": ["../src/**/*.ts"]
2021-05-04 06:09:18 +08:00
}