From 2e683211fb1b2a451843444790cd2f6df5b0b6c6 Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Mon, 28 Feb 2022 23:31:04 +0100 Subject: Dodat test projekat.Povezan front i back. --- sandbox/TestAppOgnjen/FrontEnd/tsconfig.json | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sandbox/TestAppOgnjen/FrontEnd/tsconfig.json (limited to 'sandbox/TestAppOgnjen/FrontEnd/tsconfig.json') diff --git a/sandbox/TestAppOgnjen/FrontEnd/tsconfig.json b/sandbox/TestAppOgnjen/FrontEnd/tsconfig.json new file mode 100644 index 00000000..f531992d --- /dev/null +++ b/sandbox/TestAppOgnjen/FrontEnd/tsconfig.json @@ -0,0 +1,32 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "forceConsistentCasingInFileNames": true, + "strict": true, + "noImplicitOverride": true, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "sourceMap": true, + "declaration": false, + "downlevelIteration": true, + "experimentalDecorators": true, + "moduleResolution": "node", + "importHelpers": true, + "target": "es2017", + "module": "es2020", + "lib": [ + "es2020", + "dom" + ] + }, + "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false, + "strictInjectionParameters": true, + "strictInputAccessModifiers": true, + "strictTemplates": true + } +} -- cgit v1.2.3