Skip to content

Commit 3a9f4e4

Browse files
authored
tsconfig : make the module resolution explicit
1 parent 82fea1b commit 3a9f4e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"compilerOptions": {
33
"module": "amd",
4+
"moduleResolution": "classic",
45
"noImplicitAny": false,
56
"removeComments": false,
67
"preserveConstEnums": true,
78
"target": "es5",
89
"sourceMap": false,
910
"experimentalDecorators": true
1011
}
11-
}
12+
}

0 commit comments

Comments
 (0)