Files
fieldcraft.thefoldwithin.earth/system/node_modules/aes-js/tsconfig.commonjs.json
T
2025-05-19 20:36:21 -05:00

8 lines
125 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "./lib.commonjs"
}
}