silverbullet/plugbox/tsconfig.json

12 lines
228 B
JSON
Raw Normal View History

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