mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"exclude": ["example", "lib", "scripts"],
|
|
"compilerOptions": {
|
|
"noUnusedParameters": false,
|
|
"noUnusedLocals": false
|
|
}
|
|
}
|