Optimize Playground. Add create tool page.
This commit is contained in:
21
src/components/Playground/templates/base/tsconfig.json
Normal file
21
src/components/Playground/templates/base/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": 7,
|
||||
"useDefineForClassFields": true,
|
||||
"module": 99,
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": 2,
|
||||
"allowImportingTsExtensions": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": 4,
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"composite": true,
|
||||
"types": ["node"],
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user