mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-07-16 03:39:51 +00:00
15
tsconfig.server.json
Normal file
15
tsconfig.server.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"outDir": "dist",
|
||||
"target": "es2017",
|
||||
"isolatedModules": false,
|
||||
"noEmit": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"include": [
|
||||
"src/server/**/*.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user