格式化代码
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "es6",
|
||||
"target": "es6",
|
||||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"noEmitHelpers": true,
|
||||
"sourceMap": false,
|
||||
"experimentalDecorators": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "es6",
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"~/packages/*": [
|
||||
"./library/packages/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"noEmitHelpers": true,
|
||||
"sourceMap": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"./assets",
|
||||
"./src",
|
||||
"./engine"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user