Skip to content

Commit 8154e8e

Browse files
authored
Update tsconfig.json (#182)
* Update tsconfig.json * Update tsconfig.json
1 parent 6745ac0 commit 8154e8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

misc/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"experimentalDecorators": true,
1010
"jsx": "preserve",
1111
"sourceMap": true,
12-
"sourceRoot": "."
12+
"sourceRoot": ".",
13+
"paths": {
14+
"decorators": ["./decorators"],
15+
}
1316
}
1417
}

0 commit comments

Comments
 (0)