Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
380 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "compilerOptions": {
|
---|
| 3 | "outDir": "./",
|
---|
| 4 | "declaration": false,
|
---|
| 5 | "sourceMap": false,
|
---|
| 6 | "noImplicitAny": true,
|
---|
| 7 | "strictNullChecks": true,
|
---|
| 8 | "module": "commonjs",
|
---|
| 9 | "target": "es6",
|
---|
| 10 | "typeRoots": ["./node_modules/@types"],
|
---|
| 11 | "lib": ["es2017"],
|
---|
| 12 | "types": ["node", "jest"]
|
---|
| 13 | },
|
---|
| 14 | "include": ["src/**/*"],
|
---|
| 15 | "exclude": ["node_modules", "dist", "assembly"]
|
---|
| 16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.