10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"test"
|
|
]
|
|
} |