draggable/scripts/tsconfig.json
2023-09-22 10:43:58 -07:00

13 lines
289 B
JSON

{
"extends": "@shopify/typescript-configs/base.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "../",
"module": "commonjs",
"target": "es2022",
"esModuleInterop": true,
"useUnknownInCatchVariables": false
},
"include": ["../config/**/*", "./**/*"]
}