15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*.ts", "bin/**/*.ts"]
|
|
}
|