source: trip-planner-front/node_modules/is-what/tsconfig.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 227 bytes
Line 
1{
2 "compilerOptions": {
3 "baseUrl": ".",
4 "strict": true,
5 "isolatedModules": true,
6 "esModuleInterop": true,
7 "declaration": true,
8 "declarationDir": "./types/"
9 },
10 "include": ["src/**/*", "test/**/*"]
11}
Note: See TracBrowser for help on using the repository browser.