11 lines
168 B
JSON
11 lines
168 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": [
|
||
|
"exports/exports.d.ts",
|
||
|
"test/js/"
|
||
|
]
|
||
|
}
|