Files
yaak/packages/plugin-runtime-types/tsconfig.json
Gregory Schier 36bbb87a5e Mostly working
2025-07-03 11:48:17 -07:00

21 lines
294 B
JSON

{
"compilerOptions": {
"module": "node16",
"target": "es6",
"lib": [
"es2021",
"dom"
],
"declaration": true,
"declarationDir": "./lib",
"outDir": "./lib",
"strict": true,
"types": [
"node"
]
},
"files": [
"src/index.ts"
]
}