kinopoisk-rating
Version:
API-клиент для получения рейтингов с Кинопоиска и IMDb
18 lines (17 loc) • 472 B
JSON
{
"compilerOptions": {
"target": "ES2018",
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"allowJs": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "tests", "examples", "demo"]
}