Files
fieldcraft.thefoldwithin.earth/system/node_modules/aes-js/tsconfig.esm.json
T

8 lines
118 B
JSON
Raw Normal View History

2025-05-19 20:36:21 -05:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "es2020",
"outDir": "./lib.esm"
}
}