Files
superpowers/skills/collaboration/remembering-conversations/tool/tsconfig.json
T

15 lines
291 B
JSON
Raw Normal View History

2025-10-09 12:57:31 -07:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}