X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=otf-frontend%2Fclient%2Fsrc%2Ftsconfig.json;fp=otf-frontend%2Fclient%2Fsrc%2Ftsconfig.json;h=e0233987267b2a01edda5c254ebbc10dacdf740b;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hp=0000000000000000000000000000000000000000;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;p=it%2Fotf.git diff --git a/otf-frontend/client/src/tsconfig.json b/otf-frontend/client/src/tsconfig.json new file mode 100644 index 0000000..e023398 --- /dev/null +++ b/otf-frontend/client/src/tsconfig.json @@ -0,0 +1,21 @@ +{ + "extends": "../config/tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "baseUrl": "./", + "module": "es2015", + "types": [], + "paths": { + "fs": [ + "./global-shims" + ] + }, + "experimentalDecorators": true, + "allowJs": true + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ] + } + \ No newline at end of file