16 строки
312 B
JSON
16 строки
312 B
JSON
{
|
|
"compilerOptions": {
|
|
// DO NOT EDIT
|
|
"outDir": "./dist",
|
|
"target": "es6",
|
|
"module": "Node16",
|
|
"sourceMap": true,
|
|
// Set your preferences here for TypeScript
|
|
"strict": true,
|
|
"jsx": "react",
|
|
"moduleResolution": "Node16",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
},
|
|
}
|