1 | {
|
2 | "compilerOptions": {
|
3 | "module": "commonjs",
|
4 | "lib": ["es6"],
|
5 | "target": "es6",
|
6 | "forceConsistentCasingInFileNames": true,
|
7 | "noEmit": true,
|
8 | "noImplicitAny": true,
|
9 | "noImplicitThis": true,
|
10 | "strictFunctionTypes": true,
|
11 | "strictNullChecks": true,
|
12 | "baseUrl": "..,
|
13 | "typeRoots": ["..],
|
14 | "types": []
|
15 | },
|
16 | "files": [
|
17 | "index.d.ts"
|
18 | ]
|
19 | } |
\ | No newline at end of file |