@infinityfx/lively
Version:
Feature complete, lightweight react animation library.
24 lines • 584 B
JSON
{
"compilerOptions": {
"target": "ES2016",
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react-jsx",
"module": "esnext",
"sourceMap": true,
"outDir": "dist",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationDir": "dist/types",
"emitDeclarationOnly": true,
"moduleResolution": "node",
"isolatedModules": true
},
"exclude": [
"node_modules",
"dist"
]
}