File tree Expand file tree Collapse file tree
tests/baselines/reference/project/declarationDir3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ error TS5053: Option 'declarationDir' cannot be specified with option 'out'.
2+
3+
4+ !!! error TS5053: Option 'declarationDir' cannot be specified with option 'out'.
5+ ==== b.ts (0 errors) ====
6+ export class B {
7+
8+ }
9+ ==== a.ts (0 errors) ====
10+ import {B} from './subfolder/b';
11+ export class A {
12+ b: B;
13+ }
14+ ==== subfolder/c.ts (0 errors) ====
15+ import {A} from '../a';
16+
17+ export class C {
18+ a: A;
19+ }
Original file line number Diff line number Diff line change 1+ error TS5053: Option 'declarationDir' cannot be specified with option 'out'.
12error TS6082: Only 'amd' and 'system' modules are supported alongside --out.
23
34
5+ !!! error TS5053: Option 'declarationDir' cannot be specified with option 'out'.
46!!! error TS6082: Only 'amd' and 'system' modules are supported alongside --out.
57==== b.ts (0 errors) ====
68 export class B {
You can’t perform that action at this time.
0 commit comments