mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|