@agility/content-fetch
Version:
JS/TS library for the Agility Fetch API
15 lines • 347 B
JSON
{
"compilerOptions": {
"module" : "commonjs",
"allowJs": true,
"declaration": true,
"jsx": "react-jsx",
"target": "es5",
"outDir": "./dist/",
"lib": ["es2016", "dom"],
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["src", "src/api-client.ts"]
}