18 Star 63 Fork 19

Notadd / ng-notadd

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 1.05 KB
Copy Edit Web IDE Raw Blame History
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./src",
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"paths": {
"@notadd": [
"@notadd/"
],
"@config/*": [
"./app/config/*"
],
"@graphql/*": [
"./app/graphql/*"
],
"@env": [
"environments/environment"
],
"echarts": [
"../node_modules/echarts/dist/echarts.min.js"
],
"core-js/es7/reflect": [
"../node_modules/core-js/proposals/reflect-metadata"
]
},
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom",
"esnext.asynciterable"
]
}
}
JavaScript
1
https://gitee.com/notadd/ng-notadd.git
git@gitee.com:notadd/ng-notadd.git
notadd
ng-notadd
ng-notadd
master

Search