main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
538 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "compilerOptions": {
|
---|
| 3 | "noImplicitAny": true,
|
---|
| 4 | "noImplicitThis": true,
|
---|
| 5 | "noUnusedLocals": true,
|
---|
| 6 | "noUnusedParameters": true,
|
---|
| 7 | "strictNullChecks": true,
|
---|
| 8 | "strictPropertyInitialization": true,
|
---|
| 9 | "types": ["node", "jest"],
|
---|
| 10 | "target": "es5",
|
---|
| 11 | "lib": ["es2015", "dom"],
|
---|
| 12 | "sourceMap": true,
|
---|
| 13 | "outDir": "dist/lib",
|
---|
| 14 | "declaration": true,
|
---|
| 15 | "declarationDir": "dist/types",
|
---|
| 16 | "resolveJsonModule": true
|
---|
| 17 | },
|
---|
| 18 | "include": [
|
---|
| 19 | "src"
|
---|
| 20 | ]
|
---|
| 21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.