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 + } +}