15 lines
245 B
JSON
15 lines
245 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es6",
|
||
|
|
"lib": [ "es2015", "dom" ],
|
||
|
|
"module": "commonjs",
|
||
|
|
"noEmit": true,
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"./test/types/*.test-d.ts",
|
||
|
|
"./*.d.ts"
|
||
|
|
]
|
||
|
|
}
|