9 lines
No EOL
107 B
JSON
9 lines
No EOL
107 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
},
|
|
"exclude": [
|
|
"./node_modules",
|
|
]
|
|
} |