init
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"lua"
|
||||
],
|
||||
"main": "index.d.ts",
|
||||
"types": "index",
|
||||
"author": "Zomo",
|
||||
"license": "UNLICENSED"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user