mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"extends": "@shopify/typescript-configs/node-library",
|
|
"compilerOptions": {
|
|
"lib": ["es2023"],
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
]
|
|
}
|