18 lines
422 B
JSON
18 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "ES2017",
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"removeComments" : false,
|
|
"baseUrl" : "lib",
|
|
"outDir": "./lib/",
|
|
"rootDir" : "./src/",
|
|
"paths" : {
|
|
"log" : ["./lib/log"]
|
|
}
|
|
},
|
|
"exclude" : []
|
|
} |