18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"downlevelIteration": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"paths": {
|
|
"@commands:executor": [""]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |