Compare commits
No commits in common. "32edc3c68fe7f1e947248ebb40340bc70a18af52" and "a8956223c2c70b810b4ec9dea09900b30b963a24" have entirely different histories.
32edc3c68f
...
a8956223c2
@ -1,20 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./build",
|
||||
"esModuleInterop": true,
|
||||
"strict": false,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"sourceMap": false
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
"emitDecoratorMetadata": true
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user