7 lines
118 B
JSON
7 lines
118 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ES2020",
|
||
|
"target": "ES2015"
|
||
|
},
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|