diff options
Diffstat (limited to 'node_modules/boolean/tsconfig.json')
| -rw-r--r-- | node_modules/boolean/tsconfig.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/boolean/tsconfig.json b/node_modules/boolean/tsconfig.json new file mode 100644 index 0000000..bc040d4 --- /dev/null +++ b/node_modules/boolean/tsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "declaration": true, + "esModuleInterop": true, + "lib": [ "esnext" ], + "module": "commonjs", + "outDir": "build", + "resolveJsonModule": true, + "strict": true, + "target": "es2019" + }, + "include": [ + "./**/*.ts" + ] +} |
