mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"extends": "@shopify/typescript-configs/base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "../",
|
|
"module": "commonjs",
|
|
"target": "es2022",
|
|
"esModuleInterop": true,
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"include": ["../config/**/*", "./**/*"]
|
|
}
|