mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 13:13:31 +01:00
16 lines
257 B
JSON
16 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"target": "es6",
|
|
"lib": ["es2021"],
|
|
"declaration": true,
|
|
"declarationDir": "./lib",
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"types": ["node"]
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
]
|
|
}
|