15 lines
191 B
Plaintext
15 lines
191 B
Plaintext
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strictNullChecks": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
},
|
|
"files": [
|
|
"./types.js",
|
|
],
|
|
}
|