mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 20:15:58 +08:00
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|
"extends": "../tsconfig.settings.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{ "path": "../mersenne-twister" }
|
|
]
|
|
}
|