1
0
silverbullet/webapp/tsconfig.json

10 lines
217 B
JSON
Raw Normal View History

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