mirror of
https://github.com/smogon/sprites.git
synced 2026-04-13 21:26:06 -05:00
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"extends": "../../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"allowJs": true,
|
|
},
|
|
"exclude": ["test", "dist", "node_modules"]
|
|
}
|