mirror of
https://github.com/tlsnotary/tlsn-plugin-boilerplate.git
synced 2026-01-06 19:43:54 -05:00
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [],
|
|
"types": [
|
|
"@extism/js-pdk"
|
|
],
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |