mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
11 lines
264 B
JSON
11 lines
264 B
JSON
|
{
|
||
|
"include": ["./src/**/*"],
|
||
|
"exclude": ["node_modules", "./test/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"baseUrl": "./src",
|
||
|
"outDir": "./dist",
|
||
|
},
|
||
|
}
|