mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-01-09 15:46:27 +00:00
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ES2015",
|
|
"target": "ES2015",
|
|
"outDir": "dist/esm"
|
|
}
|
|
}
|