diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 25cb4c6..b4ab1b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,10 +9,11 @@ "forceConsistentCasingInFileNames": true, "sourceMap": true, "declaration": true, - "rootDir": "src" + "rootDir": "src", + "skipLibCheck": true }, "files": [ - "./index.ts" + "./src/index.ts" ], "compileOnSave": false, "buildOnSave": false |