mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-07 20:13:56 -05:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": false,
|
|
"noEmitOnError": false,
|
|
"include": [
|
|
"tests"
|
|
],
|
|
"exclude": []
|
|
} |