mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 18:11:39 +01:00
8 lines
117 B
JSON
8 lines
117 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./dist/cjs/"
|
||
|
}
|
||
|
}
|