From f883e54a0b1f7f3bc7dc73ebe6f06fb44252417c Mon Sep 17 00:00:00 2001 From: zomo Date: Sun, 27 Jun 2021 21:56:00 -0500 Subject: [PATCH] init --- package.json | 1 - tsconfig.json | 19 +++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 6397191..47fac3b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "lua" ], "main": "index.d.ts", - "types": "index", "author": "Zomo", "license": "UNLICENSED" } diff --git a/tsconfig.json b/tsconfig.json index d0bb780..d002339 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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 + } } \ No newline at end of file