diff options
| author | Shulhan <ms@kilabit.info> | 2021-08-12 10:30:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-08-12 23:19:41 +0700 |
| commit | 563834b4f70d596ec026ca5576edde5053d402bc (patch) | |
| tree | 07c92d3bca764b180ff8ff5c521717e5da68632c /tsconfig.json | |
| parent | 32b16bbcb4d4edc872df1ac579bee3a34ebe70d5 (diff) | |
| download | pakakeh.ts-563834b4f70d596ec026ca5576edde5053d402bc.tar.xz | |
vfs: add event OnClickNode
The OnClickNode event will be send when user click non-directory files.
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 05d094d..654d7ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,9 +3,9 @@ "declaration": true, "forceConsistentCasingInFileNames": true, "inlineSourceMap": true, - "skipLibCheck": true, "strict": true, - "target": "ES3" + "target": "ES3", + "lib": ["es5", "dom", "es2015.promise"] }, "$schema": "https://json.schemastore.org/tsconfig", "display": "Recommended" |
