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.
14 lines
282 B
14 lines
282 B
6 years ago
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
5 years ago
|
"rootDir": "src",
|
||
|
"outDir": "dist"
|
||
6 years ago
|
},
|
||
|
"include": ["src", "../../typings/**/*.d.ts"],
|
||
|
"references": [
|
||
8 months ago
|
{"path": "../woop-utils"},
|
||
|
{"path": "../woop-crypto"},
|
||
|
{"path": "../woop-network"}
|
||
6 years ago
|
]
|
||
|
}
|