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
|
tests/utils.test.js
|
||||||
|
|
||||||
dist/test-ui.user.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",
|
"service": "yandexbrowser",
|
||||||
"rootPath": "./src/localization",
|
"rootPath": "./src/localization",
|
||||||
"typesFile": "../types/localization.ts",
|
"typesFile": "../types/localization.ts",
|
||||||
"withTypes": true
|
"withTypes": true,
|
||||||
|
"parseDotNotation": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleDetection": "force",
|
"moduleDetection": "force",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
"outDir": "dist",
|
||||||
|
|
||||||
// Bundler mode
|
// Bundler mode
|
||||||
"moduleResolution": "Bundler",
|
"moduleResolution": "Bundler",
|
||||||
|
|
@ -24,5 +25,6 @@
|
||||||
"noUnusedLocals": false,
|
"noUnusedLocals": false,
|
||||||
"noUnusedParameters": false,
|
"noUnusedParameters": false,
|
||||||
"noPropertyAccessFromIndexSignature": false
|
"noPropertyAccessFromIndexSignature": false
|
||||||
}
|
},
|
||||||
|
"include": ["src/**/*.ts"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue