1
0
silverbullet/plugos/tsconfig.json

15 lines
361 B
JSON
Raw Normal View History

2022-03-27 10:16:54 +00:00
{
"include": ["bin/*", "environments/*", "hooks/**", "syscalls/*", "*"],
2022-03-27 10:16:54 +00:00
"compilerOptions": {
"target": "esnext",
"strict": true,
"moduleResolution": "node",
"module": "esnext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"jsx": "react-jsx",
"downlevelIteration": true
}
}