15 lines
241 B
JSON
15 lines
241 B
JSON
{
|
|
"compilerOptions": {
|
|
"target":"es5",
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es2018"],
|
|
"module": "commonjs",
|
|
"outDir": "./lib",
|
|
"strict": true
|
|
},
|
|
"include":[
|
|
"src/**/*.ts"
|
|
]
|
|
}
|