Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
643 bytes
|
Line | |
---|
1 | {
|
---|
2 | "compilerOptions": {
|
---|
3 | "target": "es2018",
|
---|
4 | "module": "commonjs",
|
---|
5 | "moduleResolution": "node",
|
---|
6 | "lib": ["es2018"],
|
---|
7 | "outDir": "dist",
|
---|
8 | "rootDir": ".",
|
---|
9 | "declaration": true,
|
---|
10 | "sourceMap": true,
|
---|
11 |
|
---|
12 | "strict": true,
|
---|
13 |
|
---|
14 | "noUnusedLocals": true,
|
---|
15 | "noUnusedParameters": true,
|
---|
16 | "noImplicitReturns": true,
|
---|
17 | "noFallthroughCasesInSwitch": true,
|
---|
18 | "esModuleInterop": true,
|
---|
19 |
|
---|
20 | "resolveJsonModule": true, /* Include modules imported with '.json' extension */
|
---|
21 | "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
---|
22 | },
|
---|
23 | "include": ["src"],
|
---|
24 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.