9 lines
134 B
JSON
9 lines
134 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"strictNullChecks": true
|
||
|
},
|
||
|
"files": [
|
||
|
"index.d.ts"
|
||
|
]
|
||
|
}
|