mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -05:00
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"extends": "@sim/tsconfig/library-build.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|