X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Ftsconfig.app.json;fp=webapp%2Fsrc%2Ftsconfig.app.json;h=39ba8dbacbbe051fdd02481b07af43219296a075;hb=fb2f6b918beb0a994ad304bfd678ef0c5c562210;hp=0000000000000000000000000000000000000000;hpb=c51d5034d527578da70bdd41b9ce13f28455c598;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/tsconfig.app.json b/webapp/src/tsconfig.app.json new file mode 100644 index 0000000..39ba8db --- /dev/null +++ b/webapp/src/tsconfig.app.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "baseUrl": "./", + "module": "es2015", + "types": [] + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ] +}