15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"bower_components",
|
|
"jspm_packages",
|
|
"tmp",
|
|
"temp"
|
|
]
|
|
}
|