You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
224 B
12 lines
224 B
5 years ago
|
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "es2015",
|
||
|
"declaration": true,
|
||
4 years ago
|
"outFile": "bin/tsdb-kit.js"
|
||
5 years ago
|
},
|
||
4 years ago
|
"include": [ "src/**/*" ],
|
||
|
"exclude": [ "node_modules" ]
|
||
5 years ago
|
}
|