Remove reference to workspace
This commit is contained in:
parent
230d5ceab2
commit
cfcf77a2e5
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"bracketSpacing": true,
|
||||
"semi": false
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
module.exports = require('../../.prettierrc.json')
|
|
@ -15,7 +15,7 @@
|
|||
"module": "commonjs",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"target": "es6",
|
||||
"typeRoots": [ "./types", "./node_modules/@types", "../../node_modules/@types"]
|
||||
"typeRoots": [ "./types", "./node_modules/@types"]
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
|
|
Loading…
Reference in New Issue