big bang
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"target": "es2022",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"rootDir": "./src/",
|
||||
"outDir": "./dist/",
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true,
|
||||
"removeComments": true,
|
||||
"noEmit": true
|
||||
},
|
||||
|
||||
"exclude": [
|
||||
"./dist/",
|
||||
"./out/",
|
||||
"./bin/",
|
||||
"./demo/",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user