mirror of
https://github.com/strapi/strapi.git
synced 2026-02-11 01:57:20 +00:00
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"module": "es2020",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"noEmit": false,
|
|
"incremental": true
|
|
},
|
|
|
|
"exclude": ["node_modules", "**/*.test.js", "*.js"]
|
|
}
|