|
@@ -10,7 +10,7 @@
|
|
],
|
|
],
|
|
"inlineSourceMap": true,
|
|
"inlineSourceMap": true,
|
|
"downlevelIteration": true,
|
|
"downlevelIteration": true,
|
|
- "allowJs": false,
|
|
|
|
|
|
+ "allowJs": true,
|
|
"skipLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
@@ -18,6 +18,8 @@
|
|
"forceConsistentCasingInFileNames": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"resolveJsonModule": true,
|
|
|
|
+ "declaration": true,
|
|
|
|
+ "outDir": "./dist"
|
|
},
|
|
},
|
|
"exclude": [
|
|
"exclude": [
|
|
"gramjs/tl/types-generator",
|
|
"gramjs/tl/types-generator",
|