mirror of
https://github.com/konvajs/konva.git
synced 2025-10-07 16:13:47 +08:00
8 lines
112 B
JSON
8 lines
112 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|