Organize into folders
This commit is contained in:
parent
84b8f1c9d6
commit
2e0d4b45ea
12 changed files with 121 additions and 64 deletions
|
@ -22,6 +22,18 @@
|
|||
// Some stricter flags (disabled by default)
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"#lib/*": [
|
||||
"./lib/*"
|
||||
],
|
||||
"#renderers/*": [
|
||||
"./renderers/*"
|
||||
],
|
||||
"#util/*": [
|
||||
"./util/*"
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue