merge scripts, tasks and config folder and convert code to typescript
This commit is contained in:
21
tsconfig.scripts.json
Normal file
21
tsconfig.scripts.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "react-jsx",
|
||||
"outDir": "dist_scripts",
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["scripts"]
|
||||
}
|
||||
Reference in New Issue
Block a user