mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-05-28 08:49:55 +00:00
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"target": "es2017",
|
|
"isolatedModules": false,
|
|
"noEmit": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src/server/**/*.ts"
|
|
]
|
|
}
|