source: src/Clients/Angular/finki-chattery/tsconfig.app.json@ e6a6d9a

dev
Last change on this file since e6a6d9a was e6a6d9a, checked in by Стојков Марко <mst@…>, 3 years ago

Initialized FinkiChattery project

  • Property mode set to 100644
File size: 287 bytes
Line 
1/* To learn more about this file see: https://angular.io/config/tsconfig. */
2{
3 "extends": "./tsconfig.json",
4 "compilerOptions": {
5 "outDir": "./out-tsc/app",
6 "types": []
7 },
8 "files": [
9 "src/main.ts",
10 "src/polyfills.ts"
11 ],
12 "include": [
13 "src/**/*.d.ts"
14 ]
15}
Note: See TracBrowser for help on using the repository browser.