Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Awesome tutorial
tsconfig.json:{ "compilerOptions": { "target": "ESNext", "module": "commonjs", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "rootDir": "./src", "outDir": "./dist", "resolveJsonModule": true, "allowSyntheticDefaultImports": true }, "include": [ "src/**/*.ts" // Specify the path to your TypeScript source files ], "exclude": [ "node_modules" // Exclude the node_modules folder from compilation ]}
Hi, cool video! By the way, what software are u using to create those presentations? They are amazing!
Awesome tutorial
tsconfig.json:
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"rootDir": "./src",
"outDir": "./dist",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": [
"src/**/*.ts" // Specify the path to your TypeScript source files
],
"exclude": [
"node_modules" // Exclude the node_modules folder from compilation
]
}
Hi, cool video! By the way, what software are u using to create those presentations? They are amazing!