Typescript
Install
Configuration
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
TSConfig Bases
JSX Support
Use the react-jsx
option to use the new JSX transform.
Concepts
Typecheck only
Tools
tsx
- Run Typescript files with esbuild
swc-node
- Fast TypeScript transformer for node
Resources
Last update:
August 12, 2023
Created: June 3, 2023
Created: June 3, 2023