1
0
silverbullet/plugbox/tsconfig.json

12 lines
279 B
JSON
Raw Normal View History

2022-03-04 10:21:11 +00:00
{
"include": ["src/**/*", "../webapp/src/plugbox_browser/browser_system.ts"],
"compilerOptions": {
"target": "esnext",
"strict": true,
"moduleResolution": "node",
"module": "ESNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}