mirror of
https://github.com/robonen/questlang.git
synced 2026-03-19 18:34:46 +00:00
6 lines
137 B
JSON
6 lines
137 B
JSON
{
|
|
"extends": "@robonen/tsconfig/tsconfig.json",
|
|
"include": ["src/**/*", "vitest.config.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|