CCF/js/ccf-app/tsconfig.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": []
}