15 lines
291 B
JSON
15 lines
291 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitThis": true,
|
||
|
"strictNullChecks": true,
|
||
|
"strictFunctionTypes": true,
|
||
|
"types": [],
|
||
|
"noEmit": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
"files": [
|
||
|
"index.d.ts"
|
||
|
]
|
||
|
}
|