mirror of
https://github.com/valitydev/macho.git
synced 2024-11-06 00:15:18 +00:00
15 lines
404 B
JSON
15 lines
404 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"types": ["node", "chai", "memory-cache", "mocha", "moment"],
|
|
"lib": ["es5", "es6", "dom"],
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"rootDir": "./",
|
|
"outDir": "build"
|
|
},
|
|
"include": ["test/**/*.spec.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|