@refastdev/create-refast-app
Version:
create-refast-app
15 lines (14 loc) • 326 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"rootDir": ".",
"jsx": "react-jsx",
"paths": {
"@/*": ["src/*"]
}
},
"extends": ["./node_modules/@refastdev/refast-dev/base-tsconfig.json"],
"exclude": ["node_modules"],
"include": ["src/**/*"]
}