{
"compilerOptions": {
"plugins": [
{
"name": "pnx-js",
"pnx-path": "./.dev-lib", // A dir that contains jars
"autoConfig": true, // Auto generate configs, only have to set to true the first time.
"forceExtractBytecode": true // Generate d.ts headers from jars
}
]
}
}