mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 14:56:05 -08:00
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"outDir": "build",
|
|
"resolveJsonModule": true,
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src/**/*.json", "src/**/*"],
|
|
"hooks": ["copy-files"]
|
|
}
|