mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 14:06:49 +01:00
21 lines
294 B
JSON
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"
|
|
]
|
|
}
|