mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"skipDefaultLibCheck": true,
|
|
"lib": [ "es6", "dom" ],
|
|
"types": [ "node" ]
|
|
},
|
|
"exclude": [ "bin", "node_modules" ],
|
|
"atom": { "rewriteTsconfig": false }
|
|
}
|