15 lines
361 B
JSON
15 lines
361 B
JSON
|
{
|
||
|
"include": ["bin/*", "environment/*", "feature/**", "syscall/*", "*"],
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"strict": true,
|
||
|
"moduleResolution": "node",
|
||
|
"module": "esnext",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"jsx": "react-jsx",
|
||
|
"downlevelIteration": true
|
||
|
}
|
||
|
}
|