mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-05 08:33:51 +01:00
15 lines
191 B
JSON
15 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strictNullChecks": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
},
|
|
"files": [
|
|
"./types.js",
|
|
],
|
|
}
|