source:
trip-planner-front/node_modules/copy-anything/tsconfig.json@
188ee53
Last change on this file since 188ee53 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 262 bytes |
Line | |
---|---|
1 | { |
2 | "compilerOptions": { |
3 | "baseUrl": ".", |
4 | "outDir": "./dist", |
5 | "declaration": true, |
6 | "declarationDir": "./types/", |
7 | "target": "es5", |
8 | "lib": ["es5", "es2015", "es2016", "es2017", "dom"] |
9 | }, |
10 | "include": [ |
11 | "src/**/*", |
12 | "test/**/*" |
13 | ] |
14 | } |
Note:
See TracBrowser
for help on using the repository browser.