silverbullet/webapp/tsconfig.json

10 lines
217 B
JSON
Raw Normal View History

2022-02-21 16:32:36 +08:00
{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es2021",
"strict": true ,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx"
}
}