forked from Gitlink/forgeplus-react
13 lines
216 B
JSON
13 lines
216 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES6",
|
||
|
|
"module": "commonjs",
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"baseUrl": "./",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["src/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|