demo-react-animated-list/tsconfig.json

13 lines
244 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["DOM", "ESNext"],
"noEmit": true,
"alwaysStrict": true
},
"include": ["*.ts", "*.tsx"]
}