13 lines
No EOL
325 B
JSON
13 lines
No EOL
325 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/backend",
|
|
"rootDir": "./backend",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["backend/**/*.ts"],
|
|
"exclude": ["backend/**/*.test.ts"]
|
|
} |