mirror of
https://github.com/ilyhalight/voice-over-translation.git
synced 2026-07-09 16:00:11 +00:00
chore: updated utility configs
This commit is contained in:
parent
be3e62e454
commit
dfdc148b32
4 changed files with 12 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
arch*.txt
|
||||
|
||||
tests/utils.test.js
|
||||
|
||||
dist/test-ui.user.js
|
||||
|
|
|
|||
5
biome.json
Normal file
5
biome.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files": {
|
||||
"ignore": ["dist/**/*.js", "tests/ui.js"]
|
||||
}
|
||||
}
|
||||
|
|
@ -3,5 +3,6 @@
|
|||
"service": "yandexbrowser",
|
||||
"rootPath": "./src/localization",
|
||||
"typesFile": "../types/localization.ts",
|
||||
"withTypes": true
|
||||
"withTypes": true,
|
||||
"parseDotNotation": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"module": "ESNext",
|
||||
"moduleDetection": "force",
|
||||
"allowJs": true,
|
||||
"outDir": "dist",
|
||||
|
||||
// Bundler mode
|
||||
"moduleResolution": "Bundler",
|
||||
|
|
@ -24,5 +25,6 @@
|
|||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue