12 lines
138 B
JSON
12 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"min-*",
|
|
"planet"
|
|
]
|
|
}
|