mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-08-13 22:11:58 +00:00
13
tsconfig.scripts.json
Normal file
13
tsconfig.scripts.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"outDir": "scripts-dist",
|
||||
"target": "es2017",
|
||||
"isolatedModules": false,
|
||||
"noEmit": false
|
||||
},
|
||||
"include": [
|
||||
"scripts/**/*.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user