q13x-eaglerproxy/tsconfig.json

15 lines
310 B
JSON
Raw Permalink Normal View History

2023-06-06 23:31:52 -07:00
{
"compilerOptions": {
"module": "esnext",
"esModuleInterop": true,
2023-07-05 10:23:54 -07:00
"target": "ESNext",
2023-06-06 23:31:52 -07:00
"moduleResolution": "node",
"sourceMap": false,
"outDir": "build",
"resolveJsonModule": true,
"rootDir": "src"
2023-06-06 23:31:52 -07:00
},
"include": ["src/**/*.json", "src/**/*"],
2023-07-04 19:01:02 -07:00
"hooks": ["copy-files"]
}