mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 18:52:09 +00:00
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "scripts-dist",
|
|
"target": "es2017",
|
|
"isolatedModules": false,
|
|
"noEmit": false
|
|
},
|
|
"include": [
|
|
"scripts/**/*.ts"
|
|
]
|
|
}
|