1
0
silverbullet/plugbox/tsconfig.json
2022-03-14 10:07:38 +01:00

12 lines
228 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"target": "esnext",
"strict": true,
"moduleResolution": "node",
"module": "esnext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}