mirror of
https://github.com/LukeHagar/aperture.git
synced 2025-12-06 04:19:09 +00:00
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/client",
|
|
"rootDir": "./src/client"
|
|
},
|
|
"include": ["src/client/**/*"],
|
|
"exclude": ["src/server/**/*"]
|
|
}
|