1
0
silverbullet/plugbox/tsconfig.json
2022-03-04 11:21:11 +01:00

12 lines
279 B
JSON

{
"include": ["src/**/*", "../webapp/src/plugbox_browser/browser_system.ts"],
"compilerOptions": {
"target": "esnext",
"strict": true,
"moduleResolution": "node",
"module": "ESNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}