{"version":3,"file":"tsconfig-server.json.mjs","sources":["../../../../src/resources/json/ts/tsconfig-server.json.ts"],"sourcesContent":["export default () => ({\n  extends: '@strapi/typescript-utils/tsconfigs/server',\n\n  compilerOptions: {\n    outDir: 'dist',\n    rootDir: '.',\n  },\n\n  include: [\n    // Include root files\n    './',\n    // Include all ts files\n    './**/*.ts',\n    // Include all js files\n    './**/*.js',\n    // Force the JSON files in the src folder to be included\n    'src/**/*.json',\n  ],\n\n  exclude: [\n    'node_modules/',\n    'build/',\n    'dist/',\n    '.cache/',\n    '.tmp/',\n\n    // Do not include admin files in the server compilation\n    'src/admin/',\n    // Do not include test files\n    '**/*.test.*',\n    // Do not include plugins in the server compilation\n    'src/plugins/**',\n  ],\n});\n"],"names":[],"mappings":"AAAA,MAAA,iBAAe,OAAO;AAAA,EACpB,SAAS;AAAA,EAET,iBAAiB;AAAA,IACf,QAAQ;AAAA,IACR,SAAS;AAAA,EACX;AAAA,EAEA,SAAS;AAAA;AAAA,IAEP;AAAA;AAAA,IAEA;AAAA;AAAA,IAEA;AAAA;AAAA,IAEA;AAAA,EACF;AAAA,EAEA,SAAS;AAAA,IACP;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA;AAAA,IAGA;AAAA;AAAA,IAEA;AAAA;AAAA,IAEA;AAAA,EACF;AACF;"}