mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist",
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/__tests__/*/**", "**/__mocks__/*/**"]
|
|
}
|