UNPKG

204 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es2015",
4 "module": "esnext",
5 "baseUrl": "./",
6 "paths": {
7 "@/*": [
8 "components/*"
9 ]
10 }
11 },
12 "include": [
13 "src/**/*.js"
14 ]
15}
\No newline at end of file