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