14 lines
179 B
JSON
14 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"checkJs": false, /* Typecheck .js files. */
|
|
"lib": [
|
|
"es6"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|