11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"lib": ["ESNext"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["src"]
|
|
}
|