15 lines
363 B
JSON
15 lines
363 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "@star-kitten/discord",
|
|
"paths": {
|
|
"@*": ["./src/*"]
|
|
},
|
|
"typeRoots": ["src/types", "./node_modules/@types"]
|
|
},
|
|
"include": ["src", "types"],
|
|
"exclude": ["node_modules", "dist", "build", "**/*.test.ts"]
|
|
}
|