draggable/scripts/tsconfig.json
2023-09-27 18:44:03 -07:00

13 lines
271 B
JSON

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