This commit is contained in:
2021-06-27 21:56:00 -05:00
parent e80554abbd
commit f883e54a0b
2 changed files with 3 additions and 17 deletions

View File

@@ -8,7 +8,6 @@
"lua"
],
"main": "index.d.ts",
"types": "index",
"author": "Zomo",
"license": "UNLICENSED"
}

View File

@@ -1,18 +1,5 @@
{
"files": [
"index.d.ts"
],
"compilerOptions": {
"target": "esnext",
"lib": ["esnext"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "",
"typeRoots": [""],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
"compilerOptions": {
"strict": true
}
}