9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es2020",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["src/**/*"]
|
|
} |