diff options
Diffstat (limited to 'llparse-frontend/tsconfig.json')
-rw-r--r-- | llparse-frontend/tsconfig.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llparse-frontend/tsconfig.json b/llparse-frontend/tsconfig.json new file mode 100644 index 0000000..01ec7c2 --- /dev/null +++ b/llparse-frontend/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "strict": true, + "target": "es2017", + "module": "commonjs", + "moduleResolution": "node", + "outDir": "./lib", + "declaration": true, + "pretty": true, + "sourceMap": true + }, + "include": [ + "src/**/*.ts" + ] +} |