aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig-sitebook.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig-sitebook.json')
-rw-r--r--tsconfig-sitebook.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tsconfig-sitebook.json b/tsconfig-sitebook.json
new file mode 100644
index 0000000..2508424
--- /dev/null
+++ b/tsconfig-sitebook.json
@@ -0,0 +1,22 @@
+{
+ "lerna": {
+ "disabled": true
+ },
+ "compileOnSave": false,
+ "compilerOptions": {
+ "outDir": "./dist/out-tsc",
+ "sourceMap": true,
+ "declaration": false,
+ "moduleResolution": "node",
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "target": "es5",
+ "typeRoots": [
+ "node_modules/@types"
+ ],
+ "lib": [
+ "es2017",
+ "dom"
+ ]
+ }
+}