forked from Gitlink/forgeplus-react
14 lines
239 B
JSON
14 lines
239 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"educoder": ["./src/common/educoder.js"],
|
||
|
"forge":["./src/forge"],
|
||
|
"military":["./src/military"],
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"build"
|
||
|
]
|
||
|
}
|