12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*",
|
|
"coverage",
|
|
"doc"
|
|
]
|
|
} |