Browse Source

my-trip bugs fixed

main
sina_sajjadi 3 days ago
parent
commit
a043f22c2d
  1. 12
      tsconfig.json

12
tsconfig.json

@ -13,18 +13,6 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"paths": {
"@/*": ["./src/*"],
"@components/*": ["src/components/*"],
"@containers/*": ["src/containers/*"],
"@contexts/*": ["src/contexts/*"],
"@framework/*": ["src/framework/basic-rest/*"],
"@settings/*": ["src/settings/*"],
"@styles/*": ["src/styles/*"],
"@utils/*": ["src/utils/*"]
},
// "paths": {
// },
"incremental": true,

Loading…
Cancel
Save