kingoftime-cli/tsconfig.json

15 lines
231 B
JSON
Raw Normal View History

2023-04-14 13:13:50 +00:00
{
"compilerOptions": {
"declaration": true,
"importHelpers": true,
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"target": "es2019"
},
"include": [
"src/**/*"
]
}