14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"extends": "@tsconfig/node14/tsconfig.json",
|
|
"ts-node": {
|
|
"files": true
|
|
},
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"experimentalDecorators": true,
|
|
"lib": ["dom"]
|
|
},
|
|
"include": ["src", "test"],
|
|
"exclude": ["./src/generated"]
|
|
}
|