X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Ftsconfig.app.json;fp=src%2Ftsconfig.app.json;h=384c218bba510c8d4662cf3753bc186d6989b2fd;hb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;hp=0000000000000000000000000000000000000000;hpb=1434673f8f8dc53bce5c350f04ac8df67b2ff84f;p=osm%2FNG-UI.git diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json new file mode 100644 index 0000000..384c218 --- /dev/null +++ b/src/tsconfig.app.json @@ -0,0 +1,16 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "types": [] + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ], + "angularCompilerOptions": { + "enableIvy": true, + "fullTemplateTypeCheck": false, + "strictInjectionParameters": false + } +} \ No newline at end of file