зеркало из https://github.com/microsoft/CCF.git
18 строки
339 B
JSON
18 строки
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"lib": ["ES2020"],
|
|
"declaration": true,
|
|
"strict": true,
|
|
"rootDir": "src",
|
|
"outDir": "."
|
|
},
|
|
"include": ["src"],
|
|
"exclude": []
|
|
}
|