mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [ "es2015", "dom" ],
|
|
"module": "amd",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"./assets/**/*"
|
|
]
|
|
}
|