1
0
silverbullet/plugbox/tsconfig.json

12 lines
228 B
JSON
Raw Normal View History

2022-03-04 10:21:11 +00:00
{
2022-03-07 12:34:25 +00:00
"include": ["src/**/*"],
2022-03-04 10:21:11 +00:00
"compilerOptions": {
"target": "esnext",
"strict": true,
"moduleResolution": "node",
2022-03-14 09:07:38 +00:00
"module": "esnext",
2022-03-04 10:21:11 +00:00
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}