Skip to content

Commit 7322fec

Browse files
committed
Configure jsconfig
1 parent 9bbee9b commit 7322fec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

jsconfig.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "./",
4+
"outDir": "./dist/",
5+
"module": "es6",
6+
"target": "es5",
7+
"moduleResolution": "node",
8+
"paths": { "@/*": [ "./src/*" ] }
9+
},
10+
"include": [
11+
"src/**/*.js"
12+
]
13+
}

0 commit comments

Comments
 (0)