10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["./*"]
|
|
}
|