mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-23 05:05:41 +00:00
* [PoE2] - Relics broken again #444 * test prettier and add npm script * add format/lint support to main * Fix defineProps macro * Run speed v0.8.0 - Russian. #447 * fix negative gold * fix hunters t7 accuracy * fix note in ko * fix dumb bow skills with curly braces * version bump
34 lines
684 B
JSON
34 lines
684 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"useDefineForClassFields": true,
|
|
"sourceMap": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@ipc/*": ["../ipc/*"]
|
|
},
|
|
"types": ["vite/client", "vitest/importMeta"],
|
|
"lib": ["esnext", "dom", "dom.iterable"]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.vue",
|
|
"specs/**/*.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|