source: frontend/node_modules/tsconfig-paths/src/__tests__/tsconfig-named.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 184 bytes
Line 
1{
2 "extends": "../base-tsconfig.json",
3 "compilerOptions": {
4 "baseUrl": ".",
5 "module": "commonjs",
6 "target": "es6",
7 "sourceMap": true,
8 "outDir": "./js_out"
9 }
10}
Note: See TracBrowser for help on using the repository browser.