13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"rxjs": ["./"],
|
|
"rxjs/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|