mirror of
https://github.com/smogon/sprites.git
synced 2026-03-22 01:45:27 -05:00
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"extends": "../../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
// We need commonjs for __dirname
|
|
"module": "commonjs",
|
|
"esModuleInterop": false
|
|
}
|
|
}
|