10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./src",
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es5", // compilation en JS compatible ES5
|
|
"jsx": "react",
|
|
"allowJs": true
|
|
}
|
|
} |