- [x] implement server framework plugin config - [x] new @mcflyjs/fastify package - [x] update readme re: pivot & target state - [x] new basic template Reviewed-on: https://git.ayo.run/ayo/mcfly/pulls/2 Co-authored-by: Ayo <ayo@ayco.io> Co-committed-by: Ayo <ayo@ayco.io>
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"emitDeclarationOnly": false,
|
|
"declarationDir": "./dist",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
}
|
|
}
|