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