mirror of https://github.com/buster-so/buster.git
12 lines
357 B
JSON
12 lines
357 B
JSON
{
|
|
"extends": "@buster/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "dist/.cache/tsbuildinfo.json",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"jsx": "react-jsx",
|
|
"types": ["bun", "node"]
|
|
},
|
|
"include": ["src/**/*", "env.d.ts"],
|
|
"exclude": ["node_modules", "dist", "tests", "**/*.test.ts", "**/*.spec.ts"]
|
|
} |