Remove reference to workspace

This commit is contained in:
Franck 2022-01-03 12:20:09 +11:00
parent 230d5ceab2
commit cfcf77a2e5
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true,
"semi": false
}

View File

@ -1 +0,0 @@
module.exports = require('../../.prettierrc.json')

View File

@ -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",