mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
|
|
import path = require('path');
|
|
export = path.resolve(__dirname, "../../../" /* extra path component is because we will be in dist/ */);
|