12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|