aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-docker/packages/tsconfig/base.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-docker/packages/tsconfig/base.json')
-rw-r--r--examples/with-docker/packages/tsconfig/base.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/with-docker/packages/tsconfig/base.json b/examples/with-docker/packages/tsconfig/base.json
new file mode 100644
index 0000000..d72a9f3
--- /dev/null
+++ b/examples/with-docker/packages/tsconfig/base.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "display": "Default",
+ "compilerOptions": {
+ "composite": false,
+ "declaration": true,
+ "declarationMap": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "inlineSources": false,
+ "isolatedModules": true,
+ "moduleResolution": "node",
+ "noUnusedLocals": false,
+ "noUnusedParameters": false,
+ "preserveWatchOutput": true,
+ "skipLibCheck": true,
+ "strict": true
+ },
+ "exclude": ["node_modules"]
+}