mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-22 10:16:29 +00:00
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ES2015",
|
|
"target": "es2015",
|
|
"outDir": "dist/esm"
|
|
}
|
|
}
|