2017-05-13 16:12:26 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"*": [
|
2017-05-21 10:14:59 +00:00
|
|
|
"src/types/*",
|
|
|
|
"node_modules/@types/*"
|
2017-05-13 16:12:26 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"include": [
|
2017-05-16 21:17:46 +00:00
|
|
|
"src/**/*",
|
|
|
|
"test/**/*"
|
2017-05-13 16:12:26 +00:00
|
|
|
]
|
|
|
|
}
|