From 28a80b751a177add2e2fd0d5bb1da542647f3602 Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 23 Jan 2018 08:12:56 +0000 Subject: [PATCH] Missing file git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5212 8810af33-2d31-482b-a856-94f89814c4df --- ccm-editor/tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ccm-editor/tsconfig.json diff --git a/ccm-editor/tsconfig.json b/ccm-editor/tsconfig.json new file mode 100644 index 000000000..3c126371a --- /dev/null +++ b/ccm-editor/tsconfig.json @@ -0,0 +1,10 @@ +{ + + "compilerOptions": { + "rootDirs": [ + "./src/main/typescript/ccm-editor" + ], + "module": "amd", + "traceResolution": true + } +}