mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
18 lines
600 B
JSON
18 lines
600 B
JSON
{
|
|
"transpileOnly": true,
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"baseUrl": "./",
|
|
"rootDir": "src/",
|
|
"outDir": "dist/",
|
|
"moduleResolution": "Node",
|
|
"typeRoots": [ "node_modules/@types", "./src/typings" ],
|
|
},
|
|
"include": [ "node_modules/@types", "src/**/*" ],
|
|
"exclude": [ "dist", "node_modules" ],
|
|
} |