mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 05:10:46 -05:00
- Updated to React 18 - Switched from CRA to vite - reworked some components - reworked most stores
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nycrc.json",
|
|
"excludeAfterRemap": true,
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx"
|
|
]
|
|
}
|