mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6"
|
|
},
|
|
"include": ["packages/**/*"],
|
|
"exclude": ["**/node_modules/*"]
|
|
}
|