
* feat: ✨ add empty packages/ui * feat: ⚗️ move taxes app-grid to packages/ui * build: ⬆️ upgrade macaw-ui in packages/ui * build: ⬆️ upgrade macaw even harder * add app sdk * Fix app-sdk version * refactor: 🔥 remove usage in taxes * refactor: 🔥 remove changes in turbo.json * refactor: ♻️ address feedback * build: ⬆️ unify next macaw-ui version in apps (#472) * build: ⬆️ unify next macaw-ui version in apps * Create tricky-islands-remember.md --------- Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io> --------- Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"incremental": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules"]
|
|
}
|