18 lines
349 B
JSON
18 lines
349 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"noImplicitAny": false,
|
||
|
"sourceMap": true,
|
||
|
"outDir": "lib",
|
||
|
"declaration": true,
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
],"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|