10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"noImplicitAny": false,
|
|
"strict": false,
|
|
"skipLibCheck": true
|
|
}
|
|
} |