Wroclaw
6a31473d22
I believe, that these kind of scripts should reside there instead of src directory
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"include": [
|
|
"./src/**/*",
|
|
"./scripts/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"sourceMap": true,
|
|
"outDir": "./dist/",
|
|
"rootDir": "./",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|