builds successfully, still messy around module import. bandaid fix
This commit is contained in:
@@ -2,9 +2,14 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./built",
|
||||
"allowJs": true,
|
||||
"target": "es2017",
|
||||
"module": "CommonJS",
|
||||
"target": "es2018",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
},
|
||||
"include": ["./src/**/*", "./app"]
|
||||
"include": [
|
||||
"./src/**/*", "./app"
|
||||
],
|
||||
"exclude": [
|
||||
"/_tone"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user