1
0
silverbullet/webapp/tsconfig.json

13 lines
254 B
JSON
Raw Normal View History

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