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