mirror of
https://github.com/unarray/file-tree-generator.git
synced 2026-07-22 08:40:29 +00:00
16 lines
229 B
JSON
16 lines
229 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "commonjs",
|
||
|
|
|
||
|
|
"strict": true,
|
||
|
|
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"#/*": ["./src/*"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|