mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
17 lines
252 B
JSON
17 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"outDir": ".",
|
|
"lib": ["es2015"]
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|