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

8 lines
125 B
JSON
Raw Normal View History

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