summaryrefslogtreecommitdiff
path: root/lib/epub.js/types/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/epub.js/types/tsconfig.json')
-rw-r--r--lib/epub.js/types/tsconfig.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/epub.js/types/tsconfig.json b/lib/epub.js/types/tsconfig.json
new file mode 100644
index 0000000..546c5a3
--- /dev/null
+++ b/lib/epub.js/types/tsconfig.json
@@ -0,0 +1,24 @@
+{
+ "compilerOptions": {
+ "module": "commonjs",
+ "lib": [
+ "es6",
+ "dom"
+ ],
+ "noImplicitAny": true,
+ "noImplicitThis": true,
+ "strictNullChecks": true,
+ "strictFunctionTypes": true,
+ "baseUrl": "../",
+ "typeRoots": [
+ "../"
+ ],
+ "types": [],
+ "noEmit": true,
+ "forceConsistentCasingInFileNames": true
+ },
+ "files": [
+ "index.d.ts",
+ "epubjs-tests.ts"
+ ]
+}