aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'haddock-api/resources/html/tsconfig.json')
-rw-r--r--haddock-api/resources/html/tsconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/haddock-api/resources/html/tsconfig.json b/haddock-api/resources/html/tsconfig.json
new file mode 100644
index 00000000..f2c19b59
--- /dev/null
+++ b/haddock-api/resources/html/tsconfig.json
@@ -0,0 +1,17 @@
+{
+ "compilerOptions": {
+ "sourceMap": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noImplicitThis": true,
+ "noFallthroughCasesInSwitch": true,
+ "module": "commonjs",
+ "target": "es5",
+ "jsx": "react",
+ "jsxFactory": "h",
+ "lib": ["es2015", "dom"]
+ },
+ "include": [
+ "js-src/*"
+ ]
+} \ No newline at end of file