summaryrefslogtreecommitdiffstats
path: root/llhttp/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--llhttp/tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/llhttp/tsconfig.json b/llhttp/tsconfig.json
new file mode 100644
index 0000000..01ec7c2
--- /dev/null
+++ b/llhttp/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"
+ ]
+}