mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|