main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
858 bytes
|
Line | |
---|
1 | {
|
---|
2 | "compilerOptions": {
|
---|
3 | "target": "es5",
|
---|
4 | "module": "commonjs",
|
---|
5 | "moduleResolution": "Node",
|
---|
6 | "removeComments": true,
|
---|
7 | "noImplicitAny": false,
|
---|
8 | "outDir": "./lib",
|
---|
9 | "allowJs": false,
|
---|
10 | "allowSyntheticDefaultImports": true,
|
---|
11 | "jsx": "react",
|
---|
12 | "skipDefaultLibCheck": true,
|
---|
13 | "skipLibCheck": true,
|
---|
14 | "experimentalDecorators": true,
|
---|
15 | "importHelpers": true,
|
---|
16 | "pretty": true,
|
---|
17 | "sourceMap": true,
|
---|
18 | "esModuleInterop": true,
|
---|
19 | "noEmitHelpers": true,
|
---|
20 | "noErrorTruncation": true,
|
---|
21 | "noFallthroughCasesInSwitch": true,
|
---|
22 | "noImplicitReturns": true,
|
---|
23 | "declaration": true,
|
---|
24 | "lib": ["dom", "es5", "es6", "es7", "es2015", "es2017", "scripthost", "dom.iterable"]
|
---|
25 | },
|
---|
26 | "include": ["typing.d.ts", "src"],
|
---|
27 | "exclude": [
|
---|
28 | "node_modules",
|
---|
29 | "lib",
|
---|
30 | "**/__tests__/**/*",
|
---|
31 | "*.test.ts",
|
---|
32 | "*.test.tsx"
|
---|
33 | ]
|
---|
34 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.