mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"skipDefaultLibCheck": true,
|
|
"strict": true,
|
|
"lib": ["es6", "dom"],
|
|
"types": ["webpack-env"]
|
|
},
|
|
"exclude": [
|
|
"bin",
|
|
"node_modules"
|
|
]
|
|
}
|