X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-frontend%2Fclient%2Fsrc%2Ftsconfig.app.json;fp=otf-frontend%2Fclient%2Fsrc%2Ftsconfig.app.json;h=bdd3b1c502895dc573ed429cdcad7bae3f834fb2;hp=0000000000000000000000000000000000000000;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b diff --git a/otf-frontend/client/src/tsconfig.app.json b/otf-frontend/client/src/tsconfig.app.json new file mode 100644 index 0000000..bdd3b1c --- /dev/null +++ b/otf-frontend/client/src/tsconfig.app.json @@ -0,0 +1,20 @@ +{ + "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