mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -05:00
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"extends": "@sim/tsconfig/library.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@sim/db": ["./index.ts"],
|
|
"@sim/db/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["node_modules", "scripts"]
|
|
}
|