mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
12 lines
236 B
JSON
12 lines
236 B
JSON
{
|
|
"extends": "../../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"allowJs": true,
|
|
},
|
|
"exclude": ["test", "dist", "node_modules"],
|
|
"references": [
|
|
{"path": "../../data/lib"},
|
|
]
|
|
}
|