diff options
Diffstat (limited to 'src/arrow/js/tsconfig/tsconfig.docs.json')
-rw-r--r-- | src/arrow/js/tsconfig/tsconfig.docs.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arrow/js/tsconfig/tsconfig.docs.json b/src/arrow/js/tsconfig/tsconfig.docs.json new file mode 100644 index 000000000..722838f5b --- /dev/null +++ b/src/arrow/js/tsconfig/tsconfig.docs.json @@ -0,0 +1,8 @@ +// Compiler configuration to build the docs +{ + "extends": "./tsconfig.base.json", + "include": ["../src/**/*.ts"], + "compilerOptions": { + "target": "esnext" + } +} |