17 lines
495 B
JSON
17 lines
495 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "build",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["reflect-metadata"],
|
|
"moduleResolution": "Node16",
|
|
"module": "Node16"
|
|
},
|
|
"exclude": ["node_modules/"],
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
} |