vCarousel/tsconfig.json

10 lines
198 B
JSON
Raw Normal View History

2021-03-31 18:14:03 +02:00
{
"compilerOptions": {
2021-04-29 17:40:20 +02:00
"outDir": "./src",
2021-03-31 18:14:03 +02:00
"noImplicitAny": true,
"module": "es6",
"target": "es5", // compilation en JS compatible ES5
"jsx": "react",
"allowJs": true
}
}