q13x-eaglerproxy/tsconfig.json
2023-07-05 10:23:54 -07:00

14 lines
322 B
JSON

{
"compilerOptions": {
"module": "esnext",
"esModuleInterop": true,
"target": "ESNext",
"moduleResolution": "node",
"sourceMap": false,
"outDir": "build",
"resolveJsonModule": true
},
"include": ["src/**/*.json", "src/**/*", "example_plugins/AutokickPlugin"],
"hooks": ["copy-files"]
}