11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|