1
0
silverbullet/webapp/tsconfig.json
2022-02-24 17:24:49 +01:00

13 lines
254 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"target": "esnext",
"strict": true,
"moduleResolution": "node",
"module": "ESNext",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"jsx": "react-jsx"
}
}