mcfly/packages/config/tsconfig.json
Ayo Ayco 280e2f6150 chore(create-mcfly, config): migrate to typescript
- initial migration before we do the core
2025-02-28 21:50:28 +01:00

10 lines
203 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"emitDeclarationOnly": true,
"declarationDir": "./dist",
"outDir": "./dist"
}
}