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