Skip to content

Commit aa58c5a

Browse files
committed
add tsconfig
1 parent a438a05 commit aa58c5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tsconfig.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es6",
4+
"module": "NodeNext",
5+
"baseUrl": ".",
6+
"paths": {
7+
"@wordpress/*": ["./node_modules/@wordpress/*"],
8+
"~stackable/*": ["./src/*"]
9+
},
10+
"types": ["node"]
11+
},
12+
}

0 commit comments

Comments
 (0)