aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/tsconfig.json')
-rw-r--r--Timeline/ClientApp/src/tsconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/tsconfig.json b/Timeline/ClientApp/src/tsconfig.json
new file mode 100644
index 00000000..f429a553
--- /dev/null
+++ b/Timeline/ClientApp/src/tsconfig.json
@@ -0,0 +1,17 @@
+{
+ "compilerOptions": {
+ "target": "esnext",
+ "allowJs": true,
+ "skipLibCheck": true,
+ "esModuleInterop": true,
+ "allowSyntheticDefaultImports": true,
+ "strict": true,
+ "forceConsistentCasingInFileNames": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "react",
+ "sourceMap": true
+ }
+} \ No newline at end of file